Shades of Blizzard Blue #ADE2F0
Tints of Blizzard Blue #ADE2F0
RGB
CMYK
RGB Variations
Color information
#ADE2F0 (or 0xADE2F0) is known color: Blizzard Blue. HEX triplet: AD, E2 and F0. RGB value is (173,226,240). Sum of RGB (Red+Green+Blue) = 173+226+240=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADE2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2F0 is #521D0F. Grayscale: #D3D3D3. Windows color (decimal): -5381392 or 15786669. OLE color: 15786669.
HSL color Cylindrical-coordinate representation of color #ADE2F0: hue angle of 192.54º 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 #ADE2F0 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 226 | 240 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.06 |
| HSL | 192.54º | 0.69% | 0.81% | - |
| HSV(B) | 192.54º | 0.28% | 0.94% | - |
| XYZ | 60.16 | 69.57 | 92.7 | - |
| YUV | 211.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 240 | 0.28 | 0.06 | 0 | 0.06 | 192.54 | 0.69 | 0.81 |
| Hex | AD | E2 | F0 | 1C | 6 | 0 | 6 | C1 | 45 | 51 |
| Octal | 255 | 342 | 360 | 34 | 6 | 0 | 6 | 301 | 105 | 121 |
| Binary | 10101101 | 11100010 | 11110000 | 11100 | 110 | 0 | 110 | 11000001 | 1000101 | 1010001 |
Color Harmonies of #ADE2F0
Complementary color
Monochromatic Colors of #ADE2F0
Black with #ADE2F0
Text Example
Text Example
White with #ADE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2F0; }
p { color: rgb(173,226,240); }
H1.HeaderClassName
{
color: #ADE2F0;
}
.AnyTagClassName
{
color: #ADE2F0;
}
</style>
background-color css
<style>
a { background-color: #ADE2F0; }
a { background-color: rgb(173,226,240); }
div.DivClassName
{
background-color: #ADE2F0;
}
.BgClassName
{
background-color: #ADE2F0;
}
</style>
border-color css
<style>
span { border-color: #ADE2F0; }
span { border-color: rgb(173,226,240); }
td.TdClassName
{
border-color: #ADE2F0;
}
.TagClassName
{
border-color: #ADE2F0;
}
</style>