Shades of Light Blue #ADDBE9
Tints of Light Blue #ADDBE9
RGB
CMYK
RGB Variations
Color information
#ADDBE9 (or 0xADDBE9) is known color: Light Blue. HEX triplet: AD, DB and E9. RGB value is (173,219,233). Sum of RGB (Red+Green+Blue) = 173+219+233=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADDBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBE9 is #522416. Grayscale: #CECECE. Windows color (decimal): -5383191 or 15326125. OLE color: 15326125.
HSL color Cylindrical-coordinate representation of color #ADDBE9: hue angle of 194º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDBE9 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 219 | 233 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.09 |
| HSL | 194º | 0.58% | 0.8% | - |
| HSV(B) | 194º | 0.26% | 0.91% | - |
| XYZ | 57.27 | 65.43 | 86.7 | - |
| YUV | 206.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 233 | 0.26 | 0.06 | 0 | 0.09 | 194 | 0.58 | 0.8 |
| Hex | AD | DB | E9 | 1A | 6 | 0 | 9 | C2 | 3A | 50 |
| Octal | 255 | 333 | 351 | 32 | 6 | 0 | 11 | 302 | 72 | 120 |
| Binary | 10101101 | 11011011 | 11101001 | 11010 | 110 | 0 | 1001 | 11000010 | 111010 | 1010000 |
Color Harmonies of #ADDBE9
Complementary color
Monochromatic Colors of #ADDBE9
Black with #ADDBE9
Text Example
Text Example
White with #ADDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBE9; }
p { color: rgb(173,219,233); }
H1.HeaderClassName
{
color: #ADDBE9;
}
.AnyTagClassName
{
color: #ADDBE9;
}
</style>
background-color css
<style>
a { background-color: #ADDBE9; }
a { background-color: rgb(173,219,233); }
div.DivClassName
{
background-color: #ADDBE9;
}
.BgClassName
{
background-color: #ADDBE9;
}
</style>
border-color css
<style>
span { border-color: #ADDBE9; }
span { border-color: rgb(173,219,233); }
td.TdClassName
{
border-color: #ADDBE9;
}
.TagClassName
{
border-color: #ADDBE9;
}
</style>