Shades of Light Blue #ADD9EA
Tints of Light Blue #ADD9EA
RGB
CMYK
RGB Variations
Color information
#ADD9EA (or 0xADD9EA) is known color: Light Blue. HEX triplet: AD, D9 and EA. RGB value is (173,217,234). Sum of RGB (Red+Green+Blue) = 173+217+234=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADD9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9EA is #522615. Grayscale: #CDCDCD. Windows color (decimal): -5383702 or 15391149. OLE color: 15391149.
HSL color Cylindrical-coordinate representation of color #ADD9EA: hue angle of 196.72º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD9EA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 217 | 234 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.08 |
| HSL | 196.72º | 0.59% | 0.8% | - |
| HSV(B) | 196.72º | 0.26% | 0.92% | - |
| XYZ | 56.9 | 64.45 | 87.28 | - |
| YUV | 205.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 234 | 0.26 | 0.07 | 0 | 0.08 | 196.72 | 0.59 | 0.8 |
| Hex | AD | D9 | EA | 1A | 7 | 0 | 8 | C5 | 3B | 50 |
| Octal | 255 | 331 | 352 | 32 | 7 | 0 | 10 | 305 | 73 | 120 |
| Binary | 10101101 | 11011001 | 11101010 | 11010 | 111 | 0 | 1000 | 11000101 | 111011 | 1010000 |
Color Harmonies of #ADD9EA
Complementary color
Monochromatic Colors of #ADD9EA
Black with #ADD9EA
Text Example
Text Example
White with #ADD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9EA; }
p { color: rgb(173,217,234); }
H1.HeaderClassName
{
color: #ADD9EA;
}
.AnyTagClassName
{
color: #ADD9EA;
}
</style>
background-color css
<style>
a { background-color: #ADD9EA; }
a { background-color: rgb(173,217,234); }
div.DivClassName
{
background-color: #ADD9EA;
}
.BgClassName
{
background-color: #ADD9EA;
}
</style>
border-color css
<style>
span { border-color: #ADD9EA; }
span { border-color: rgb(173,217,234); }
td.TdClassName
{
border-color: #ADD9EA;
}
.TagClassName
{
border-color: #ADD9EA;
}
</style>