Shades of Blizzard Blue #ADE4F9
Tints of Blizzard Blue #ADE4F9
RGB
CMYK
RGB Variations
Color information
#ADE4F9 (or 0xADE4F9) is known color: Blizzard Blue. HEX triplet: AD, E4 and F9. RGB value is (173,228,249). Sum of RGB (Red+Green+Blue) = 173+228+249=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADE4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4F9 is #521B06. Grayscale: #D5D5D5. Windows color (decimal): -5380871 or 16377005. OLE color: 16377005.
HSL color Cylindrical-coordinate representation of color #ADE4F9: hue angle of 196.58º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADE4F9 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 228 | 249 | - |
CMYK | 0.31 | 0.08 | 0 | 0.02 |
HSL | 196.58º | 0.86% | 0.83% | - |
HSV(B) | 196.58º | 0.31% | 0.98% | - |
XYZ | 62.08 | 71.21 | 100.1 | - |
YUV | 213.95 | 147.78 | 98.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 249 | 0.31 | 0.08 | 0 | 0.02 | 196.58 | 0.86 | 0.83 |
Hex | AD | E4 | F9 | 1F | 8 | 0 | 2 | C5 | 56 | 53 |
Octal | 255 | 344 | 371 | 37 | 10 | 0 | 2 | 305 | 126 | 123 |
Binary | 10101101 | 11100100 | 11111001 | 11111 | 1000 | 0 | 10 | 11000101 | 1010110 | 1010011 |
Color Harmonies of #ADE4F9
Complementary color
Monochromatic Colors of #ADE4F9
Black with #ADE4F9
Text Example
Text Example
White with #ADE4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4F9; }
p { color: rgb(173,228,249); }
H1.HeaderClassName
{
color: #ADE4F9;
}
.AnyTagClassName
{
color: #ADE4F9;
}
</style>
background-color css
<style>
a { background-color: #ADE4F9; }
a { background-color: rgb(173,228,249); }
div.DivClassName
{
background-color: #ADE4F9;
}
.BgClassName
{
background-color: #ADE4F9;
}
</style>
border-color css
<style>
span { border-color: #ADE4F9; }
span { border-color: rgb(173,228,249); }
td.TdClassName
{
border-color: #ADE4F9;
}
.TagClassName
{
border-color: #ADE4F9;
}
</style>