Color spaces of #9bceee
RGB | 155 | 206 | 238 |
---|---|---|---|
HSL | 0.56 | 0.71 | 0.77 |
HSV | 203° | 35° | 93° |
CMYK | 0.35 | 0.13 | 0.00 0.07 |
XYZ | 51.0215 | 57.2842 | 89.2568 |
Yxy | 57.2842 | 0.2583 | 0.2900 |
Hunter Lab | 75.6863 | -12.1210 | -16.9402 |
CIE-Lab | 80.3392 | -8.8976 | -21.0769 |
#9bceee color RGB value is (155,206,238).
#9bceee hex color red value is 155, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9bceee hue: 0.56 , saturation: 0.71 and the lightness value of 9bceee is 0.77.
The process color (four color CMYK) of #9bceee color hex is 0.35, 0.13, 0.00, 0.07. Web safe color of #9bceee is #99ccff. Color #9bceee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001110 | 11101110 |
Octal | 233 | 316 | 356 |
Decimal | 155 | 206 | 238 |
Hex | 9B | CE | EE |
Shades of #9bceee
Tints of #9bceee
RGB Percentages of Color #9bceee
CMYK Percentages of Color #9bceee
Complementary Color
#9bceee | #eebb9b |
#9bceee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bceee Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bceee Color CSS Codes
.mybgcolor {background-color:#9bceee; } .myforecolor {color:#9bceee; } .mybordercolor {border:3px solid #9bceee; }
#9bceee Text Font Color
<p style="color:#9bceee">Text here</p>
This sample text font color is #9bceee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#9bceee Background Color
<div style="background-color:#9bceee">
Div content here</div>
This div background color is #9bceee
#9bceee Border Color
<div style="border:3px solid #9bceee">
Div here</div>
This div border color is #9bceee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,206,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bceee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bceee; -webkit-box-shadow: 1px 1px 3px 2px #9bceee; box-shadow: 1px 1px 3px 2px #9bceee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,206,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bceee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bceee; -webkit-box-shadow: 1px 1px 3px 2px #9bceee; box-shadow: 1px 1px 3px 2px #9bceee;">
Div content here</div>
This div box has shadow with color #9bceee
#9bceee Color Palettes
Comments
No comments written yet.
Please login to write comment.