Shades of Light Blue #ADD8EF
Tints of Light Blue #ADD8EF
RGB
CMYK
RGB Variations
Color information
#ADD8EF (or 0xADD8EF) is known color: Light Blue. HEX triplet: AD, D8 and EF. RGB value is (173,216,239). Sum of RGB (Red+Green+Blue) = 173+216+239=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8EF is #522710. Grayscale: #CDCDCD. Windows color (decimal): -5383953 or 15718573. OLE color: 15718573.
HSL color Cylindrical-coordinate representation of color #ADD8EF: hue angle of 200.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD8EF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 216 | 239 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.06 |
| HSL | 200.91º | 0.67% | 0.81% | - |
| HSV(B) | 200.91º | 0.28% | 0.94% | - |
| XYZ | 57.37 | 64.23 | 91.03 | - |
| YUV | 205.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 239 | 0.28 | 0.10 | 0 | 0.06 | 200.91 | 0.67 | 0.81 |
| Hex | AD | D8 | EF | 1C | A | 0 | 6 | C9 | 43 | 51 |
| Octal | 255 | 330 | 357 | 34 | 12 | 0 | 6 | 311 | 103 | 121 |
| Binary | 10101101 | 11011000 | 11101111 | 11100 | 1010 | 0 | 110 | 11001001 | 1000011 | 1010001 |
Color Harmonies of #ADD8EF
Complementary color
Monochromatic Colors of #ADD8EF
Black with #ADD8EF
Text Example
Text Example
White with #ADD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8EF; }
p { color: rgb(173,216,239); }
H1.HeaderClassName
{
color: #ADD8EF;
}
.AnyTagClassName
{
color: #ADD8EF;
}
</style>
background-color css
<style>
a { background-color: #ADD8EF; }
a { background-color: rgb(173,216,239); }
div.DivClassName
{
background-color: #ADD8EF;
}
.BgClassName
{
background-color: #ADD8EF;
}
</style>
border-color css
<style>
span { border-color: #ADD8EF; }
span { border-color: rgb(173,216,239); }
td.TdClassName
{
border-color: #ADD8EF;
}
.TagClassName
{
border-color: #ADD8EF;
}
</style>