Shades of Light Blue #ADE0F0
Tints of Light Blue #ADE0F0
RGB
CMYK
RGB Variations
Color information
#ADE0F0 (or 0xADE0F0) is known color: Light Blue. HEX triplet: AD, E0 and F0. RGB value is (173,224,240). Sum of RGB (Red+Green+Blue) = 173+224+240=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADE0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0F0 is #521F0F. Grayscale: #D2D2D2. Windows color (decimal): -5381904 or 15786157. OLE color: 15786157.
HSL color Cylindrical-coordinate representation of color #ADE0F0: hue angle of 194.33º 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 #ADE0F0 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 224 | 240 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.06 |
| HSL | 194.33º | 0.69% | 0.81% | - |
| HSV(B) | 194.33º | 0.28% | 0.94% | - |
| XYZ | 59.62 | 68.49 | 92.52 | - |
| YUV | 210.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 240 | 0.28 | 0.07 | 0 | 0.06 | 194.33 | 0.69 | 0.81 |
| Hex | AD | E0 | F0 | 1C | 7 | 0 | 6 | C2 | 45 | 51 |
| Octal | 255 | 340 | 360 | 34 | 7 | 0 | 6 | 302 | 105 | 121 |
| Binary | 10101101 | 11100000 | 11110000 | 11100 | 111 | 0 | 110 | 11000010 | 1000101 | 1010001 |
Color Harmonies of #ADE0F0
Complementary color
Monochromatic Colors of #ADE0F0
Black with #ADE0F0
Text Example
Text Example
White with #ADE0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0F0; }
p { color: rgb(173,224,240); }
H1.HeaderClassName
{
color: #ADE0F0;
}
.AnyTagClassName
{
color: #ADE0F0;
}
</style>
background-color css
<style>
a { background-color: #ADE0F0; }
a { background-color: rgb(173,224,240); }
div.DivClassName
{
background-color: #ADE0F0;
}
.BgClassName
{
background-color: #ADE0F0;
}
</style>
border-color css
<style>
span { border-color: #ADE0F0; }
span { border-color: rgb(173,224,240); }
td.TdClassName
{
border-color: #ADE0F0;
}
.TagClassName
{
border-color: #ADE0F0;
}
</style>