Shades of Blizzard Blue #ADE9F9
Tints of Blizzard Blue #ADE9F9
RGB
CMYK
RGB Variations
Color information
#ADE9F9 (or 0xADE9F9) is known color: Blizzard Blue. HEX triplet: AD, E9 and F9. RGB value is (173,233,249). Sum of RGB (Red+Green+Blue) = 173+233+249=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADE9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE9F9 is #521606. Grayscale: #D8D8D8. Windows color (decimal): -5379591 or 16378285. OLE color: 16378285.
HSL color Cylindrical-coordinate representation of color #ADE9F9: hue angle of 192.63º 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 #ADE9F9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 233 | 249 | - |
CMYK | 0.31 | 0.06 | 0 | 0.02 |
HSL | 192.63º | 0.86% | 0.83% | - |
HSV(B) | 192.63º | 0.31% | 0.98% | - |
XYZ | 63.47 | 74 | 100.56 | - |
YUV | 216.88 | 146.12 | 96.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 233 | 249 | 0.31 | 0.06 | 0 | 0.02 | 192.63 | 0.86 | 0.83 |
Hex | AD | E9 | F9 | 1F | 6 | 0 | 2 | C1 | 56 | 53 |
Octal | 255 | 351 | 371 | 37 | 6 | 0 | 2 | 301 | 126 | 123 |
Binary | 10101101 | 11101001 | 11111001 | 11111 | 110 | 0 | 10 | 11000001 | 1010110 | 1010011 |
Color Harmonies of #ADE9F9
Complementary color
Monochromatic Colors of #ADE9F9
Black with #ADE9F9
Text Example
Text Example
White with #ADE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9F9; }
p { color: rgb(173,233,249); }
H1.HeaderClassName
{
color: #ADE9F9;
}
.AnyTagClassName
{
color: #ADE9F9;
}
</style>
background-color css
<style>
a { background-color: #ADE9F9; }
a { background-color: rgb(173,233,249); }
div.DivClassName
{
background-color: #ADE9F9;
}
.BgClassName
{
background-color: #ADE9F9;
}
</style>
border-color css
<style>
span { border-color: #ADE9F9; }
span { border-color: rgb(173,233,249); }
td.TdClassName
{
border-color: #ADE9F9;
}
.TagClassName
{
border-color: #ADE9F9;
}
</style>