Shades of Blizzard Blue #ADEAF4
Tints of Blizzard Blue #ADEAF4
RGB
CMYK
RGB Variations
Color information
#ADEAF4 (or 0xADEAF4) is known color: Blizzard Blue. HEX triplet: AD, EA and F4. RGB value is (173,234,244). Sum of RGB (Red+Green+Blue) = 173+234+244=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADEAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAF4 is #52150B. Grayscale: #D8D8D8. Windows color (decimal): -5379340 or 16050861. OLE color: 16050861.
HSL color Cylindrical-coordinate representation of color #ADEAF4: hue angle of 188.45º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADEAF4 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 173 | 234 | 244 | - |
CMYK | 0.29 | 0.04 | 0 | 0.04 |
HSL | 188.45º | 0.76% | 0.82% | - |
HSV(B) | 188.45º | 0.29% | 0.96% | - |
XYZ | 62.99 | 74.26 | 96.6 | - |
YUV | 216.9 | 143.29 | 96.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 234 | 244 | 0.29 | 0.04 | 0 | 0.04 | 188.45 | 0.76 | 0.82 |
Hex | AD | EA | F4 | 1D | 4 | 0 | 4 | BC | 4C | 52 |
Octal | 255 | 352 | 364 | 35 | 4 | 0 | 4 | 274 | 114 | 122 |
Binary | 10101101 | 11101010 | 11110100 | 11101 | 100 | 0 | 100 | 10111100 | 1001100 | 1010010 |
Color Harmonies of #ADEAF4
Complementary color
Monochromatic Colors of #ADEAF4
Black with #ADEAF4
Text Example
Text Example
White with #ADEAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEAF4; }
p { color: rgb(173,234,244); }
H1.HeaderClassName
{
color: #ADEAF4;
}
.AnyTagClassName
{
color: #ADEAF4;
}
</style>
background-color css
<style>
a { background-color: #ADEAF4; }
a { background-color: rgb(173,234,244); }
div.DivClassName
{
background-color: #ADEAF4;
}
.BgClassName
{
background-color: #ADEAF4;
}
</style>
border-color css
<style>
span { border-color: #ADEAF4; }
span { border-color: rgb(173,234,244); }
td.TdClassName
{
border-color: #ADEAF4;
}
.TagClassName
{
border-color: #ADEAF4;
}
</style>