Shades of Light Blue #ADDEF0
Tints of Light Blue #ADDEF0
RGB
CMYK
RGB Variations
Color information
#ADDEF0 (or 0xADDEF0) is known color: Light Blue. HEX triplet: AD, DE and F0. RGB value is (173,222,240). Sum of RGB (Red+Green+Blue) = 173+222+240=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF0 is #52210F. Grayscale: #D1D1D1. Windows color (decimal): -5382416 or 15785645. OLE color: 15785645.
HSL color Cylindrical-coordinate representation of color #ADDEF0: hue angle of 196.12º degrees, saturation: 0.69, 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 #ADDEF0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 222 | 240 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.06 |
| HSL | 196.12º | 0.69% | 0.81% | - |
| HSV(B) | 196.12º | 0.28% | 0.94% | - |
| XYZ | 59.08 | 67.42 | 92.34 | - |
| YUV | 209.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 240 | 0.28 | 0.08 | 0 | 0.06 | 196.12 | 0.69 | 0.81 |
| Hex | AD | DE | F0 | 1C | 8 | 0 | 6 | C4 | 45 | 51 |
| Octal | 255 | 336 | 360 | 34 | 10 | 0 | 6 | 304 | 105 | 121 |
| Binary | 10101101 | 11011110 | 11110000 | 11100 | 1000 | 0 | 110 | 11000100 | 1000101 | 1010001 |
Color Harmonies of #ADDEF0
Complementary color
Monochromatic Colors of #ADDEF0
Black with #ADDEF0
Text Example
Text Example
White with #ADDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEF0; }
p { color: rgb(173,222,240); }
H1.HeaderClassName
{
color: #ADDEF0;
}
.AnyTagClassName
{
color: #ADDEF0;
}
</style>
background-color css
<style>
a { background-color: #ADDEF0; }
a { background-color: rgb(173,222,240); }
div.DivClassName
{
background-color: #ADDEF0;
}
.BgClassName
{
background-color: #ADDEF0;
}
</style>
border-color css
<style>
span { border-color: #ADDEF0; }
span { border-color: rgb(173,222,240); }
td.TdClassName
{
border-color: #ADDEF0;
}
.TagClassName
{
border-color: #ADDEF0;
}
</style>