Shades of Light Blue #ADD6ED
Tints of Light Blue #ADD6ED
RGB
CMYK
RGB Variations
Color information
#ADD6ED (or 0xADD6ED) is known color: Light Blue. HEX triplet: AD, D6 and ED. RGB value is (173,214,237). Sum of RGB (Red+Green+Blue) = 173+214+237=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6ED is #522912. Grayscale: #CCCCCC. Windows color (decimal): -5384467 or 15586989. OLE color: 15586989.
HSL color Cylindrical-coordinate representation of color #ADD6ED: hue angle of 201.56º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD6ED is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 214 | 237 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.07 |
| HSL | 201.56º | 0.64% | 0.8% | - |
| HSV(B) | 201.56º | 0.27% | 0.93% | - |
| XYZ | 56.57 | 63.09 | 89.32 | - |
| YUV | 204.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 237 | 0.27 | 0.10 | 0 | 0.07 | 201.56 | 0.64 | 0.8 |
| Hex | AD | D6 | ED | 1B | A | 0 | 7 | CA | 40 | 50 |
| Octal | 255 | 326 | 355 | 33 | 12 | 0 | 7 | 312 | 100 | 120 |
| Binary | 10101101 | 11010110 | 11101101 | 11011 | 1010 | 0 | 111 | 11001010 | 1000000 | 1010000 |
Color Harmonies of #ADD6ED
Complementary color
Monochromatic Colors of #ADD6ED
Black with #ADD6ED
Text Example
Text Example
White with #ADD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6ED; }
p { color: rgb(173,214,237); }
H1.HeaderClassName
{
color: #ADD6ED;
}
.AnyTagClassName
{
color: #ADD6ED;
}
</style>
background-color css
<style>
a { background-color: #ADD6ED; }
a { background-color: rgb(173,214,237); }
div.DivClassName
{
background-color: #ADD6ED;
}
.BgClassName
{
background-color: #ADD6ED;
}
</style>
border-color css
<style>
span { border-color: #ADD6ED; }
span { border-color: rgb(173,214,237); }
td.TdClassName
{
border-color: #ADD6ED;
}
.TagClassName
{
border-color: #ADD6ED;
}
</style>