Shades of Light Blue #ADD6E9
Tints of Light Blue #ADD6E9
RGB
CMYK
RGB Variations
Color information
#ADD6E9 (or 0xADD6E9) is known color: Light Blue. HEX triplet: AD, D6 and E9. RGB value is (173,214,233). Sum of RGB (Red+Green+Blue) = 173+214+233=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADD6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6E9 is #522916. Grayscale: #CBCBCB. Windows color (decimal): -5384471 or 15324845. OLE color: 15324845.
HSL color Cylindrical-coordinate representation of color #ADD6E9: hue angle of 199º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD6E9 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 214 | 233 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.09 |
| HSL | 199º | 0.58% | 0.8% | - |
| HSV(B) | 199º | 0.26% | 0.91% | - |
| XYZ | 55.99 | 62.86 | 86.27 | - |
| YUV | 203.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 233 | 0.26 | 0.08 | 0 | 0.09 | 199 | 0.58 | 0.8 |
| Hex | AD | D6 | E9 | 1A | 8 | 0 | 9 | C7 | 3A | 50 |
| Octal | 255 | 326 | 351 | 32 | 10 | 0 | 11 | 307 | 72 | 120 |
| Binary | 10101101 | 11010110 | 11101001 | 11010 | 1000 | 0 | 1001 | 11000111 | 111010 | 1010000 |
Color Harmonies of #ADD6E9
Complementary color
Monochromatic Colors of #ADD6E9
Black with #ADD6E9
Text Example
Text Example
White with #ADD6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6E9; }
p { color: rgb(173,214,233); }
H1.HeaderClassName
{
color: #ADD6E9;
}
.AnyTagClassName
{
color: #ADD6E9;
}
</style>
background-color css
<style>
a { background-color: #ADD6E9; }
a { background-color: rgb(173,214,233); }
div.DivClassName
{
background-color: #ADD6E9;
}
.BgClassName
{
background-color: #ADD6E9;
}
</style>
border-color css
<style>
span { border-color: #ADD6E9; }
span { border-color: rgb(173,214,233); }
td.TdClassName
{
border-color: #ADD6E9;
}
.TagClassName
{
border-color: #ADD6E9;
}
</style>