Shades of Light Blue #ADE0F7
Tints of Light Blue #ADE0F7
RGB
CMYK
RGB Variations
Color information
#ADE0F7 (or 0xADE0F7) is known color: Light Blue. HEX triplet: AD, E0 and F7. RGB value is (173,224,247). Sum of RGB (Red+Green+Blue) = 173+224+247=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADE0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0F7 is #521F08. Grayscale: #D3D3D3. Windows color (decimal): -5381897 or 16244909. OLE color: 16244909.
HSL color Cylindrical-coordinate representation of color #ADE0F7: hue angle of 198.65º 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 #ADE0F7 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 224 | 247 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.03 |
| HSL | 198.65º | 0.82% | 0.82% | - |
| HSV(B) | 198.65º | 0.3% | 0.97% | - |
| XYZ | 60.68 | 68.91 | 98.1 | - |
| YUV | 211.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 247 | 0.30 | 0.09 | 0 | 0.03 | 198.65 | 0.82 | 0.82 |
| Hex | AD | E0 | F7 | 1E | 9 | 0 | 3 | C7 | 52 | 52 |
| Octal | 255 | 340 | 367 | 36 | 11 | 0 | 3 | 307 | 122 | 122 |
| Binary | 10101101 | 11100000 | 11110111 | 11110 | 1001 | 0 | 11 | 11000111 | 1010010 | 1010010 |
Color Harmonies of #ADE0F7
Complementary color
Monochromatic Colors of #ADE0F7
Black with #ADE0F7
Text Example
Text Example
White with #ADE0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0F7; }
p { color: rgb(173,224,247); }
H1.HeaderClassName
{
color: #ADE0F7;
}
.AnyTagClassName
{
color: #ADE0F7;
}
</style>
background-color css
<style>
a { background-color: #ADE0F7; }
a { background-color: rgb(173,224,247); }
div.DivClassName
{
background-color: #ADE0F7;
}
.BgClassName
{
background-color: #ADE0F7;
}
</style>
border-color css
<style>
span { border-color: #ADE0F7; }
span { border-color: rgb(173,224,247); }
td.TdClassName
{
border-color: #ADE0F7;
}
.TagClassName
{
border-color: #ADE0F7;
}
</style>