Shades of Light Blue #ADD9EE
Tints of Light Blue #ADD9EE
RGB
CMYK
RGB Variations
Color information
#ADD9EE (or 0xADD9EE) is known color: Light Blue. HEX triplet: AD, D9 and EE. RGB value is (173,217,238). Sum of RGB (Red+Green+Blue) = 173+217+238=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9EE is #522611. Grayscale: #CECECE. Windows color (decimal): -5383698 or 15653293. OLE color: 15653293.
HSL color Cylindrical-coordinate representation of color #ADD9EE: hue angle of 199.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD9EE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 217 | 238 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.07 |
| HSL | 199.38º | 0.66% | 0.81% | - |
| HSV(B) | 199.38º | 0.27% | 0.93% | - |
| XYZ | 57.48 | 64.68 | 90.34 | - |
| YUV | 206.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 238 | 0.27 | 0.09 | 0 | 0.07 | 199.38 | 0.66 | 0.81 |
| Hex | AD | D9 | EE | 1B | 9 | 0 | 7 | C7 | 42 | 51 |
| Octal | 255 | 331 | 356 | 33 | 11 | 0 | 7 | 307 | 102 | 121 |
| Binary | 10101101 | 11011001 | 11101110 | 11011 | 1001 | 0 | 111 | 11000111 | 1000010 | 1010001 |
Color Harmonies of #ADD9EE
Complementary color
Monochromatic Colors of #ADD9EE
Black with #ADD9EE
Text Example
Text Example
White with #ADD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9EE; }
p { color: rgb(173,217,238); }
H1.HeaderClassName
{
color: #ADD9EE;
}
.AnyTagClassName
{
color: #ADD9EE;
}
</style>
background-color css
<style>
a { background-color: #ADD9EE; }
a { background-color: rgb(173,217,238); }
div.DivClassName
{
background-color: #ADD9EE;
}
.BgClassName
{
background-color: #ADD9EE;
}
</style>
border-color css
<style>
span { border-color: #ADD9EE; }
span { border-color: rgb(173,217,238); }
td.TdClassName
{
border-color: #ADD9EE;
}
.TagClassName
{
border-color: #ADD9EE;
}
</style>