Shades of Light Blue #ADD0E1
Tints of Light Blue #ADD0E1
RGB
CMYK
RGB Variations
Color information
#ADD0E1 (or 0xADD0E1) is known color: Light Blue. HEX triplet: AD, D0 and E1. RGB value is (173,208,225). Sum of RGB (Red+Green+Blue) = 173+208+225=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADD0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0E1 is #522F1E. Grayscale: #C7C7C7. Windows color (decimal): -5386015 or 14799021. OLE color: 14799021.
HSL color Cylindrical-coordinate representation of color #ADD0E1: hue angle of 199.62º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADD0E1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 208 | 225 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.12 |
| HSL | 199.62º | 0.46% | 0.78% | - |
| HSV(B) | 199.62º | 0.23% | 0.88% | - |
| XYZ | 53.38 | 59.43 | 79.89 | - |
| YUV | 199.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 225 | 0.23 | 0.08 | 0 | 0.12 | 199.62 | 0.46 | 0.78 |
| Hex | AD | D0 | E1 | 17 | 8 | 0 | C | C8 | 2E | 4E |
| Octal | 255 | 320 | 341 | 27 | 10 | 0 | 14 | 310 | 56 | 116 |
| Binary | 10101101 | 11010000 | 11100001 | 10111 | 1000 | 0 | 1100 | 11001000 | 101110 | 1001110 |
Color Harmonies of #ADD0E1
Complementary color
Monochromatic Colors of #ADD0E1
Black with #ADD0E1
Text Example
Text Example
White with #ADD0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0E1; }
p { color: rgb(173,208,225); }
H1.HeaderClassName
{
color: #ADD0E1;
}
.AnyTagClassName
{
color: #ADD0E1;
}
</style>
background-color css
<style>
a { background-color: #ADD0E1; }
a { background-color: rgb(173,208,225); }
div.DivClassName
{
background-color: #ADD0E1;
}
.BgClassName
{
background-color: #ADD0E1;
}
</style>
border-color css
<style>
span { border-color: #ADD0E1; }
span { border-color: rgb(173,208,225); }
td.TdClassName
{
border-color: #ADD0E1;
}
.TagClassName
{
border-color: #ADD0E1;
}
</style>