Shades of Blizzard Blue #ADE7F0
Tints of Blizzard Blue #ADE7F0
RGB
CMYK
RGB Variations
Color information
#ADE7F0 (or 0xADE7F0) is known color: Blizzard Blue. HEX triplet: AD, E7 and F0. RGB value is (173,231,240). Sum of RGB (Red+Green+Blue) = 173+231+240=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADE7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7F0 is #52180F. Grayscale: #D6D6D6. Windows color (decimal): -5380112 or 15787949. OLE color: 15787949.
HSL color Cylindrical-coordinate representation of color #ADE7F0: hue angle of 188.06º 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 #ADE7F0 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 231 | 240 | - |
CMYK | 0.28 | 0.04 | 0 | 0.06 |
HSL | 188.06º | 0.69% | 0.81% | - |
HSV(B) | 188.06º | 0.28% | 0.94% | - |
XYZ | 61.54 | 72.33 | 93.16 | - |
YUV | 214.68 | 142.28 | 98.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 231 | 240 | 0.28 | 0.04 | 0 | 0.06 | 188.06 | 0.69 | 0.81 |
Hex | AD | E7 | F0 | 1C | 4 | 0 | 6 | BC | 45 | 51 |
Octal | 255 | 347 | 360 | 34 | 4 | 0 | 6 | 274 | 105 | 121 |
Binary | 10101101 | 11100111 | 11110000 | 11100 | 100 | 0 | 110 | 10111100 | 1000101 | 1010001 |
Color Harmonies of #ADE7F0
Complementary color
Monochromatic Colors of #ADE7F0
Black with #ADE7F0
Text Example
Text Example
White with #ADE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7F0; }
p { color: rgb(173,231,240); }
H1.HeaderClassName
{
color: #ADE7F0;
}
.AnyTagClassName
{
color: #ADE7F0;
}
</style>
background-color css
<style>
a { background-color: #ADE7F0; }
a { background-color: rgb(173,231,240); }
div.DivClassName
{
background-color: #ADE7F0;
}
.BgClassName
{
background-color: #ADE7F0;
}
</style>
border-color css
<style>
span { border-color: #ADE7F0; }
span { border-color: rgb(173,231,240); }
td.TdClassName
{
border-color: #ADE7F0;
}
.TagClassName
{
border-color: #ADE7F0;
}
</style>