Color spaces of #99bded
RGB | 153 | 189 | 237 |
---|---|---|---|
HSL | 0.60 | 0.70 | 0.76 |
HSV | 214° | 35° | 93° |
CMYK | 0.35 | 0.20 | 0.00 0.07 |
XYZ | 46.6205 | 49.2819 | 87.1760 |
Yxy | 49.2819 | 0.2546 | 0.2692 |
Hunter Lab | 70.2011 | -4.3101 | -24.4858 |
CIE-Lab | 75.6264 | -0.6206 | -27.7365 |
#99bded color RGB value is (153,189,237).
#99bded hex color red value is 153, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #99bded hue: 0.60 , saturation: 0.70 and the lightness value of 99bded is 0.76.
The process color (four color CMYK) of #99bded color hex is 0.35, 0.20, 0.00, 0.07. Web safe color of #99bded is #99ccff. Color #99bded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10111101 | 11101101 |
Octal | 231 | 275 | 355 |
Decimal | 153 | 189 | 237 |
Hex | 99 | BD | ED |
Shades of #99bded
Tints of #99bded
RGB Percentages of Color #99bded
CMYK Percentages of Color #99bded
Complementary Color
#99bded | #edc999 |
#99bded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99bded Color Preview on White Background
Lorem ipsum dolor sit amet.
#99bded Color CSS Codes
.mybgcolor {background-color:#99bded; } .myforecolor {color:#99bded; } .mybordercolor {border:3px solid #99bded; }
#99bded Text Font Color
<p style="color:#99bded">Text here</p>
This sample text font color is #99bded
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.
#99bded Background Color
<div style="background-color:#99bded">
Div content here</div>
This div background color is #99bded
#99bded Border Color
<div style="border:3px solid #99bded">
Div here</div>
This div border color is #99bded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,189,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99bded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99bded; -webkit-box-shadow: 1px 1px 3px 2px #99bded; box-shadow: 1px 1px 3px 2px #99bded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,189,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99bded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99bded; -webkit-box-shadow: 1px 1px 3px 2px #99bded; box-shadow: 1px 1px 3px 2px #99bded;">
Div content here</div>
This div box has shadow with color #99bded
Comments
No comments written yet.
Please login to write comment.