Shades of Light Blue #ADD8EE
Tints of Light Blue #ADD8EE
RGB
CMYK
RGB Variations
Color information
#ADD8EE (or 0xADD8EE) is known color: Light Blue. HEX triplet: AD, D8 and EE. RGB value is (173,216,238). Sum of RGB (Red+Green+Blue) = 173+216+238=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8EE is #522711. Grayscale: #CDCDCD. Windows color (decimal): -5383954 or 15653037. OLE color: 15653037.
HSL color Cylindrical-coordinate representation of color #ADD8EE: hue angle of 200.31º 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 #ADD8EE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 216 | 238 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.07 |
| HSL | 200.31º | 0.66% | 0.81% | - |
| HSV(B) | 200.31º | 0.27% | 0.93% | - |
| XYZ | 57.22 | 64.17 | 90.26 | - |
| YUV | 205.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 238 | 0.27 | 0.09 | 0 | 0.07 | 200.31 | 0.66 | 0.81 |
| Hex | AD | D8 | EE | 1B | 9 | 0 | 7 | C8 | 42 | 51 |
| Octal | 255 | 330 | 356 | 33 | 11 | 0 | 7 | 310 | 102 | 121 |
| Binary | 10101101 | 11011000 | 11101110 | 11011 | 1001 | 0 | 111 | 11001000 | 1000010 | 1010001 |
Color Harmonies of #ADD8EE
Complementary color
Monochromatic Colors of #ADD8EE
Black with #ADD8EE
Text Example
Text Example
White with #ADD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8EE; }
p { color: rgb(173,216,238); }
H1.HeaderClassName
{
color: #ADD8EE;
}
.AnyTagClassName
{
color: #ADD8EE;
}
</style>
background-color css
<style>
a { background-color: #ADD8EE; }
a { background-color: rgb(173,216,238); }
div.DivClassName
{
background-color: #ADD8EE;
}
.BgClassName
{
background-color: #ADD8EE;
}
</style>
border-color css
<style>
span { border-color: #ADD8EE; }
span { border-color: rgb(173,216,238); }
td.TdClassName
{
border-color: #ADD8EE;
}
.TagClassName
{
border-color: #ADD8EE;
}
</style>