Shades of Blizzard Blue #ADE4F5
Tints of Blizzard Blue #ADE4F5
RGB
CMYK
RGB Variations
Color information
#ADE4F5 (or 0xADE4F5) is known color: Blizzard Blue. HEX triplet: AD, E4 and F5. RGB value is (173,228,245). Sum of RGB (Red+Green+Blue) = 173+228+245=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADE4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4F5 is #521B0A. Grayscale: #D5D5D5. Windows color (decimal): -5380875 or 16114861. OLE color: 16114861.
HSL color Cylindrical-coordinate representation of color #ADE4F5: hue angle of 194.17º degrees, saturation: 0.78, 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 #ADE4F5 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 173 | 228 | 245 | - |
CMYK | 0.29 | 0.07 | 0 | 0.04 |
HSL | 194.17º | 0.78% | 0.82% | - |
HSV(B) | 194.17º | 0.29% | 0.96% | - |
XYZ | 61.46 | 70.96 | 96.84 | - |
YUV | 213.49 | 145.78 | 99.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 245 | 0.29 | 0.07 | 0 | 0.04 | 194.17 | 0.78 | 0.82 |
Hex | AD | E4 | F5 | 1D | 7 | 0 | 4 | C2 | 4E | 52 |
Octal | 255 | 344 | 365 | 35 | 7 | 0 | 4 | 302 | 116 | 122 |
Binary | 10101101 | 11100100 | 11110101 | 11101 | 111 | 0 | 100 | 11000010 | 1001110 | 1010010 |
Color Harmonies of #ADE4F5
Complementary color
Monochromatic Colors of #ADE4F5
Black with #ADE4F5
Text Example
Text Example
White with #ADE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4F5; }
p { color: rgb(173,228,245); }
H1.HeaderClassName
{
color: #ADE4F5;
}
.AnyTagClassName
{
color: #ADE4F5;
}
</style>
background-color css
<style>
a { background-color: #ADE4F5; }
a { background-color: rgb(173,228,245); }
div.DivClassName
{
background-color: #ADE4F5;
}
.BgClassName
{
background-color: #ADE4F5;
}
</style>
border-color css
<style>
span { border-color: #ADE4F5; }
span { border-color: rgb(173,228,245); }
td.TdClassName
{
border-color: #ADE4F5;
}
.TagClassName
{
border-color: #ADE4F5;
}
</style>