Shades of Light Blue #ADDEF7
Tints of Light Blue #ADDEF7
RGB
CMYK
RGB Variations
Color information
#ADDEF7 (or 0xADDEF7) is known color: Light Blue. HEX triplet: AD, DE and F7. RGB value is (173,222,247). Sum of RGB (Red+Green+Blue) = 173+222+247=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADDEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF7 is #522108. Grayscale: #D2D2D2. Windows color (decimal): -5382409 or 16244397. OLE color: 16244397.
HSL color Cylindrical-coordinate representation of color #ADDEF7: hue angle of 200.27º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDEF7 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 222 | 247 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.03 |
| HSL | 200.27º | 0.82% | 0.82% | - |
| HSV(B) | 200.27º | 0.3% | 0.97% | - |
| XYZ | 60.14 | 67.84 | 97.92 | - |
| YUV | 210.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 247 | 0.30 | 0.10 | 0 | 0.03 | 200.27 | 0.82 | 0.82 |
| Hex | AD | DE | F7 | 1E | A | 0 | 3 | C8 | 52 | 52 |
| Octal | 255 | 336 | 367 | 36 | 12 | 0 | 3 | 310 | 122 | 122 |
| Binary | 10101101 | 11011110 | 11110111 | 11110 | 1010 | 0 | 11 | 11001000 | 1010010 | 1010010 |
Color Harmonies of #ADDEF7
Complementary color
Monochromatic Colors of #ADDEF7
Black with #ADDEF7
Text Example
Text Example
White with #ADDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEF7; }
p { color: rgb(173,222,247); }
H1.HeaderClassName
{
color: #ADDEF7;
}
.AnyTagClassName
{
color: #ADDEF7;
}
</style>
background-color css
<style>
a { background-color: #ADDEF7; }
a { background-color: rgb(173,222,247); }
div.DivClassName
{
background-color: #ADDEF7;
}
.BgClassName
{
background-color: #ADDEF7;
}
</style>
border-color css
<style>
span { border-color: #ADDEF7; }
span { border-color: rgb(173,222,247); }
td.TdClassName
{
border-color: #ADDEF7;
}
.TagClassName
{
border-color: #ADDEF7;
}
</style>