Shades of Light Blue #ADD3E5
Tints of Light Blue #ADD3E5
RGB
CMYK
RGB Variations
Color information
#ADD3E5 (or 0xADD3E5) is known color: Light Blue. HEX triplet: AD, D3 and E5. RGB value is (173,211,229). Sum of RGB (Red+Green+Blue) = 173+211+229=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADD3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3E5 is #522C1A. Grayscale: #C9C9C9. Windows color (decimal): -5385243 or 15061933. OLE color: 15061933.
HSL color Cylindrical-coordinate representation of color #ADD3E5: hue angle of 199.29º 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 #ADD3E5 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 211 | 229 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.10 |
| HSL | 199.29º | 0.52% | 0.79% | - |
| HSV(B) | 199.29º | 0.24% | 0.9% | - |
| XYZ | 54.67 | 61.13 | 83.05 | - |
| YUV | 201.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 229 | 0.24 | 0.08 | 0 | 0.10 | 199.29 | 0.52 | 0.79 |
| Hex | AD | D3 | E5 | 18 | 8 | 0 | A | C7 | 34 | 4F |
| Octal | 255 | 323 | 345 | 30 | 10 | 0 | 12 | 307 | 64 | 117 |
| Binary | 10101101 | 11010011 | 11100101 | 11000 | 1000 | 0 | 1010 | 11000111 | 110100 | 1001111 |
Color Harmonies of #ADD3E5
Complementary color
Monochromatic Colors of #ADD3E5
Black with #ADD3E5
Text Example
Text Example
White with #ADD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3E5; }
p { color: rgb(173,211,229); }
H1.HeaderClassName
{
color: #ADD3E5;
}
.AnyTagClassName
{
color: #ADD3E5;
}
</style>
background-color css
<style>
a { background-color: #ADD3E5; }
a { background-color: rgb(173,211,229); }
div.DivClassName
{
background-color: #ADD3E5;
}
.BgClassName
{
background-color: #ADD3E5;
}
</style>
border-color css
<style>
span { border-color: #ADD3E5; }
span { border-color: rgb(173,211,229); }
td.TdClassName
{
border-color: #ADD3E5;
}
.TagClassName
{
border-color: #ADD3E5;
}
</style>