Shades of Blizzard Blue #ADE2F4
Tints of Blizzard Blue #ADE2F4
RGB
CMYK
RGB Variations
Color information
#ADE2F4 (or 0xADE2F4) is known color: Blizzard Blue. HEX triplet: AD, E2 and F4. RGB value is (173,226,244). Sum of RGB (Red+Green+Blue) = 173+226+244=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADE2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2F4 is #521D0B. Grayscale: #D4D4D4. Windows color (decimal): -5381388 or 16048813. OLE color: 16048813.
HSL color Cylindrical-coordinate representation of color #ADE2F4: hue angle of 195.21º 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 #ADE2F4 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 173 | 226 | 244 | - |
CMYK | 0.29 | 0.07 | 0 | 0.04 |
HSL | 195.21º | 0.76% | 0.82% | - |
HSV(B) | 195.21º | 0.29% | 0.96% | - |
XYZ | 60.76 | 69.81 | 95.86 | - |
YUV | 212.21 | 145.94 | 100.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 226 | 244 | 0.29 | 0.07 | 0 | 0.04 | 195.21 | 0.76 | 0.82 |
Hex | AD | E2 | F4 | 1D | 7 | 0 | 4 | C3 | 4C | 52 |
Octal | 255 | 342 | 364 | 35 | 7 | 0 | 4 | 303 | 114 | 122 |
Binary | 10101101 | 11100010 | 11110100 | 11101 | 111 | 0 | 100 | 11000011 | 1001100 | 1010010 |
Color Harmonies of #ADE2F4
Complementary color
Monochromatic Colors of #ADE2F4
Black with #ADE2F4
Text Example
Text Example
White with #ADE2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2F4; }
p { color: rgb(173,226,244); }
H1.HeaderClassName
{
color: #ADE2F4;
}
.AnyTagClassName
{
color: #ADE2F4;
}
</style>
background-color css
<style>
a { background-color: #ADE2F4; }
a { background-color: rgb(173,226,244); }
div.DivClassName
{
background-color: #ADE2F4;
}
.BgClassName
{
background-color: #ADE2F4;
}
</style>
border-color css
<style>
span { border-color: #ADE2F4; }
span { border-color: rgb(173,226,244); }
td.TdClassName
{
border-color: #ADE2F4;
}
.TagClassName
{
border-color: #ADE2F4;
}
</style>