Shades of Light Blue #ADD6EB
Tints of Light Blue #ADD6EB
RGB
CMYK
RGB Variations
Color information
#ADD6EB (or 0xADD6EB) is known color: Light Blue. HEX triplet: AD, D6 and EB. RGB value is (173,214,235). Sum of RGB (Red+Green+Blue) = 173+214+235=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADD6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6EB is #522914. Grayscale: #CCCCCC. Windows color (decimal): -5384469 or 15455917. OLE color: 15455917.
HSL color Cylindrical-coordinate representation of color #ADD6EB: hue angle of 200.32º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD6EB is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 214 | 235 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.08 |
| HSL | 200.32º | 0.61% | 0.8% | - |
| HSV(B) | 200.32º | 0.26% | 0.92% | - |
| XYZ | 56.28 | 62.98 | 87.79 | - |
| YUV | 204.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 235 | 0.26 | 0.09 | 0 | 0.08 | 200.32 | 0.61 | 0.8 |
| Hex | AD | D6 | EB | 1A | 9 | 0 | 8 | C8 | 3D | 50 |
| Octal | 255 | 326 | 353 | 32 | 11 | 0 | 10 | 310 | 75 | 120 |
| Binary | 10101101 | 11010110 | 11101011 | 11010 | 1001 | 0 | 1000 | 11001000 | 111101 | 1010000 |
Color Harmonies of #ADD6EB
Complementary color
Monochromatic Colors of #ADD6EB
Black with #ADD6EB
Text Example
Text Example
White with #ADD6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6EB; }
p { color: rgb(173,214,235); }
H1.HeaderClassName
{
color: #ADD6EB;
}
.AnyTagClassName
{
color: #ADD6EB;
}
</style>
background-color css
<style>
a { background-color: #ADD6EB; }
a { background-color: rgb(173,214,235); }
div.DivClassName
{
background-color: #ADD6EB;
}
.BgClassName
{
background-color: #ADD6EB;
}
</style>
border-color css
<style>
span { border-color: #ADD6EB; }
span { border-color: rgb(173,214,235); }
td.TdClassName
{
border-color: #ADD6EB;
}
.TagClassName
{
border-color: #ADD6EB;
}
</style>