Shades of Blizzard Blue #ADE3F0
Tints of Blizzard Blue #ADE3F0
RGB
CMYK
RGB Variations
Color information
#ADE3F0 (or 0xADE3F0) is known color: Blizzard Blue. HEX triplet: AD, E3 and F0. RGB value is (173,227,240). Sum of RGB (Red+Green+Blue) = 173+227+240=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADE3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3F0 is #521C0F. Grayscale: #D4D4D4. Windows color (decimal): -5381136 or 15786925. OLE color: 15786925.
HSL color Cylindrical-coordinate representation of color #ADE3F0: hue angle of 191.64º 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 #ADE3F0 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 227 | 240 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.06 |
| HSL | 191.64º | 0.69% | 0.81% | - |
| HSV(B) | 191.64º | 0.28% | 0.94% | - |
| XYZ | 60.43 | 70.11 | 92.79 | - |
| YUV | 212.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 240 | 0.28 | 0.05 | 0 | 0.06 | 191.64 | 0.69 | 0.81 |
| Hex | AD | E3 | F0 | 1C | 5 | 0 | 6 | C0 | 45 | 51 |
| Octal | 255 | 343 | 360 | 34 | 5 | 0 | 6 | 300 | 105 | 121 |
| Binary | 10101101 | 11100011 | 11110000 | 11100 | 101 | 0 | 110 | 11000000 | 1000101 | 1010001 |
Color Harmonies of #ADE3F0
Complementary color
Monochromatic Colors of #ADE3F0
Black with #ADE3F0
Text Example
Text Example
White with #ADE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3F0; }
p { color: rgb(173,227,240); }
H1.HeaderClassName
{
color: #ADE3F0;
}
.AnyTagClassName
{
color: #ADE3F0;
}
</style>
background-color css
<style>
a { background-color: #ADE3F0; }
a { background-color: rgb(173,227,240); }
div.DivClassName
{
background-color: #ADE3F0;
}
.BgClassName
{
background-color: #ADE3F0;
}
</style>
border-color css
<style>
span { border-color: #ADE3F0; }
span { border-color: rgb(173,227,240); }
td.TdClassName
{
border-color: #ADE3F0;
}
.TagClassName
{
border-color: #ADE3F0;
}
</style>