Shades of Blizzard Blue #ADE5F0
Tints of Blizzard Blue #ADE5F0
RGB
CMYK
RGB Variations
Color information
#ADE5F0 (or 0xADE5F0) is known color: Blizzard Blue. HEX triplet: AD, E5 and F0. RGB value is (173,229,240). Sum of RGB (Red+Green+Blue) = 173+229+240=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADE5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5F0 is #521A0F. Grayscale: #D5D5D5. Windows color (decimal): -5380624 or 15787437. OLE color: 15787437.
HSL color Cylindrical-coordinate representation of color #ADE5F0: hue angle of 189.85º 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 #ADE5F0 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 229 | 240 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.06 |
| HSL | 189.85º | 0.69% | 0.81% | - |
| HSV(B) | 189.85º | 0.28% | 0.94% | - |
| XYZ | 60.98 | 71.21 | 92.97 | - |
| YUV | 213.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 240 | 0.28 | 0.05 | 0 | 0.06 | 189.85 | 0.69 | 0.81 |
| Hex | AD | E5 | F0 | 1C | 5 | 0 | 6 | BE | 45 | 51 |
| Octal | 255 | 345 | 360 | 34 | 5 | 0 | 6 | 276 | 105 | 121 |
| Binary | 10101101 | 11100101 | 11110000 | 11100 | 101 | 0 | 110 | 10111110 | 1000101 | 1010001 |
Color Harmonies of #ADE5F0
Complementary color
Monochromatic Colors of #ADE5F0
Black with #ADE5F0
Text Example
Text Example
White with #ADE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5F0; }
p { color: rgb(173,229,240); }
H1.HeaderClassName
{
color: #ADE5F0;
}
.AnyTagClassName
{
color: #ADE5F0;
}
</style>
background-color css
<style>
a { background-color: #ADE5F0; }
a { background-color: rgb(173,229,240); }
div.DivClassName
{
background-color: #ADE5F0;
}
.BgClassName
{
background-color: #ADE5F0;
}
</style>
border-color css
<style>
span { border-color: #ADE5F0; }
span { border-color: rgb(173,229,240); }
td.TdClassName
{
border-color: #ADE5F0;
}
.TagClassName
{
border-color: #ADE5F0;
}
</style>