Shades of Light Blue #ADD9E9
Tints of Light Blue #ADD9E9
RGB
CMYK
RGB Variations
Color information
#ADD9E9 (or 0xADD9E9) is known color: Light Blue. HEX triplet: AD, D9 and E9. RGB value is (173,217,233). Sum of RGB (Red+Green+Blue) = 173+217+233=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADD9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9E9 is #522616. Grayscale: #CDCDCD. Windows color (decimal): -5383703 or 15325613. OLE color: 15325613.
HSL color Cylindrical-coordinate representation of color #ADD9E9: hue angle of 196º 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 #ADD9E9 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 217 | 233 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.09 |
| HSL | 196º | 0.58% | 0.8% | - |
| HSV(B) | 196º | 0.26% | 0.91% | - |
| XYZ | 56.75 | 64.39 | 86.53 | - |
| YUV | 205.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 233 | 0.26 | 0.07 | 0 | 0.09 | 196 | 0.58 | 0.8 |
| Hex | AD | D9 | E9 | 1A | 7 | 0 | 9 | C4 | 3A | 50 |
| Octal | 255 | 331 | 351 | 32 | 7 | 0 | 11 | 304 | 72 | 120 |
| Binary | 10101101 | 11011001 | 11101001 | 11010 | 111 | 0 | 1001 | 11000100 | 111010 | 1010000 |
Color Harmonies of #ADD9E9
Complementary color
Monochromatic Colors of #ADD9E9
Black with #ADD9E9
Text Example
Text Example
White with #ADD9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9E9; }
p { color: rgb(173,217,233); }
H1.HeaderClassName
{
color: #ADD9E9;
}
.AnyTagClassName
{
color: #ADD9E9;
}
</style>
background-color css
<style>
a { background-color: #ADD9E9; }
a { background-color: rgb(173,217,233); }
div.DivClassName
{
background-color: #ADD9E9;
}
.BgClassName
{
background-color: #ADD9E9;
}
</style>
border-color css
<style>
span { border-color: #ADD9E9; }
span { border-color: rgb(173,217,233); }
td.TdClassName
{
border-color: #ADD9E9;
}
.TagClassName
{
border-color: #ADD9E9;
}
</style>