Shades of Light Blue #ADD5E9
Tints of Light Blue #ADD5E9
RGB
CMYK
RGB Variations
Color information
#ADD5E9 (or 0xADD5E9) is known color: Light Blue. HEX triplet: AD, D5 and E9. RGB value is (173,213,233). Sum of RGB (Red+Green+Blue) = 173+213+233=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADD5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5E9 is #522A16. Grayscale: #CBCBCB. Windows color (decimal): -5384727 or 15324589. OLE color: 15324589.
HSL color Cylindrical-coordinate representation of color #ADD5E9: hue angle of 200º 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 #ADD5E9 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 213 | 233 | - |
CMYK | 0.26 | 0.09 | 0 | 0.09 |
HSL | 200º | 0.58% | 0.8% | - |
HSV(B) | 200º | 0.26% | 0.91% | - |
XYZ | 55.74 | 62.36 | 86.19 | - |
YUV | 203.32 | 144.75 | 106.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 213 | 233 | 0.26 | 0.09 | 0 | 0.09 | 200 | 0.58 | 0.8 |
Hex | AD | D5 | E9 | 1A | 9 | 0 | 9 | C8 | 3A | 50 |
Octal | 255 | 325 | 351 | 32 | 11 | 0 | 11 | 310 | 72 | 120 |
Binary | 10101101 | 11010101 | 11101001 | 11010 | 1001 | 0 | 1001 | 11001000 | 111010 | 1010000 |
Color Harmonies of #ADD5E9
Complementary color
Monochromatic Colors of #ADD5E9
Black with #ADD5E9
Text Example
Text Example
White with #ADD5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5E9; }
p { color: rgb(173,213,233); }
H1.HeaderClassName
{
color: #ADD5E9;
}
.AnyTagClassName
{
color: #ADD5E9;
}
</style>
background-color css
<style>
a { background-color: #ADD5E9; }
a { background-color: rgb(173,213,233); }
div.DivClassName
{
background-color: #ADD5E9;
}
.BgClassName
{
background-color: #ADD5E9;
}
</style>
border-color css
<style>
span { border-color: #ADD5E9; }
span { border-color: rgb(173,213,233); }
td.TdClassName
{
border-color: #ADD5E9;
}
.TagClassName
{
border-color: #ADD5E9;
}
</style>