Shades of Light Blue #ADE0F2
Tints of Light Blue #ADE0F2
RGB
CMYK
RGB Variations
Color information
#ADE0F2 (or 0xADE0F2) is known color: Light Blue. HEX triplet: AD, E0 and F2. RGB value is (173,224,242). Sum of RGB (Red+Green+Blue) = 173+224+242=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADE0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0F2 is #521F0D. Grayscale: #D2D2D2. Windows color (decimal): -5381902 or 15917229. OLE color: 15917229.
HSL color Cylindrical-coordinate representation of color #ADE0F2: hue angle of 195.65º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADE0F2 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 224 | 242 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 195.65º | 0.73% | 0.81% | - |
| HSV(B) | 195.65º | 0.29% | 0.95% | - |
| XYZ | 59.92 | 68.61 | 94.09 | - |
| YUV | 210.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 242 | 0.29 | 0.07 | 0 | 0.05 | 195.65 | 0.73 | 0.81 |
| Hex | AD | E0 | F2 | 1D | 7 | 0 | 5 | C4 | 49 | 51 |
| Octal | 255 | 340 | 362 | 35 | 7 | 0 | 5 | 304 | 111 | 121 |
| Binary | 10101101 | 11100000 | 11110010 | 11101 | 111 | 0 | 101 | 11000100 | 1001001 | 1010001 |
Color Harmonies of #ADE0F2
Complementary color
Monochromatic Colors of #ADE0F2
Black with #ADE0F2
Text Example
Text Example
White with #ADE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0F2; }
p { color: rgb(173,224,242); }
H1.HeaderClassName
{
color: #ADE0F2;
}
.AnyTagClassName
{
color: #ADE0F2;
}
</style>
background-color css
<style>
a { background-color: #ADE0F2; }
a { background-color: rgb(173,224,242); }
div.DivClassName
{
background-color: #ADE0F2;
}
.BgClassName
{
background-color: #ADE0F2;
}
</style>
border-color css
<style>
span { border-color: #ADE0F2; }
span { border-color: rgb(173,224,242); }
td.TdClassName
{
border-color: #ADE0F2;
}
.TagClassName
{
border-color: #ADE0F2;
}
</style>