Shades of Light Blue #ADD9E5
Tints of Light Blue #ADD9E5
RGB
CMYK
RGB Variations
Color information
#ADD9E5 (or 0xADD9E5) is known color: Light Blue. HEX triplet: AD, D9 and E5. RGB value is (173,217,229). Sum of RGB (Red+Green+Blue) = 173+217+229=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADD9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9E5 is #52261A. Grayscale: #CDCDCD. Windows color (decimal): -5383707 or 15063469. OLE color: 15063469.
HSL color Cylindrical-coordinate representation of color #ADD9E5: hue angle of 192.86º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADD9E5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 217 | 229 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.10 |
| HSL | 192.86º | 0.52% | 0.79% | - |
| HSV(B) | 192.86º | 0.24% | 0.9% | - |
| XYZ | 56.19 | 64.17 | 83.55 | - |
| YUV | 205.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 229 | 0.24 | 0.05 | 0 | 0.10 | 192.86 | 0.52 | 0.79 |
| Hex | AD | D9 | E5 | 18 | 5 | 0 | A | C1 | 34 | 4F |
| Octal | 255 | 331 | 345 | 30 | 5 | 0 | 12 | 301 | 64 | 117 |
| Binary | 10101101 | 11011001 | 11100101 | 11000 | 101 | 0 | 1010 | 11000001 | 110100 | 1001111 |
Color Harmonies of #ADD9E5
Complementary color
Monochromatic Colors of #ADD9E5
Black with #ADD9E5
Text Example
Text Example
White with #ADD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9E5; }
p { color: rgb(173,217,229); }
H1.HeaderClassName
{
color: #ADD9E5;
}
.AnyTagClassName
{
color: #ADD9E5;
}
</style>
background-color css
<style>
a { background-color: #ADD9E5; }
a { background-color: rgb(173,217,229); }
div.DivClassName
{
background-color: #ADD9E5;
}
.BgClassName
{
background-color: #ADD9E5;
}
</style>
border-color css
<style>
span { border-color: #ADD9E5; }
span { border-color: rgb(173,217,229); }
td.TdClassName
{
border-color: #ADD9E5;
}
.TagClassName
{
border-color: #ADD9E5;
}
</style>