Shades of Blizzard Blue #ADE9FA
Tints of Blizzard Blue #ADE9FA
RGB
CMYK
RGB Variations
Color information
#ADE9FA (or 0xADE9FA) is known color: Blizzard Blue. HEX triplet: AD, E9 and FA. RGB value is (173,233,250). Sum of RGB (Red+Green+Blue) = 173+233+250=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE9FA is #521605. Grayscale: #D8D8D8. Windows color (decimal): -5379590 or 16443821. OLE color: 16443821.
HSL color Cylindrical-coordinate representation of color #ADE9FA: hue angle of 193.25º degrees, saturation: 0.89, 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 #ADE9FA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 233 | 250 | - |
CMYK | 0.31 | 0.07 | 0 | 0.02 |
HSL | 193.25º | 0.89% | 0.83% | - |
HSV(B) | 193.25º | 0.31% | 0.98% | - |
XYZ | 63.63 | 74.06 | 101.38 | - |
YUV | 217 | 146.62 | 96.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 233 | 250 | 0.31 | 0.07 | 0 | 0.02 | 193.25 | 0.89 | 0.83 |
Hex | AD | E9 | FA | 1F | 7 | 0 | 2 | C1 | 59 | 53 |
Octal | 255 | 351 | 372 | 37 | 7 | 0 | 2 | 301 | 131 | 123 |
Binary | 10101101 | 11101001 | 11111010 | 11111 | 111 | 0 | 10 | 11000001 | 1011001 | 1010011 |
Color Harmonies of #ADE9FA
Complementary color
Monochromatic Colors of #ADE9FA
Black with #ADE9FA
Text Example
Text Example
White with #ADE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9FA; }
p { color: rgb(173,233,250); }
H1.HeaderClassName
{
color: #ADE9FA;
}
.AnyTagClassName
{
color: #ADE9FA;
}
</style>
background-color css
<style>
a { background-color: #ADE9FA; }
a { background-color: rgb(173,233,250); }
div.DivClassName
{
background-color: #ADE9FA;
}
.BgClassName
{
background-color: #ADE9FA;
}
</style>
border-color css
<style>
span { border-color: #ADE9FA; }
span { border-color: rgb(173,233,250); }
td.TdClassName
{
border-color: #ADE9FA;
}
.TagClassName
{
border-color: #ADE9FA;
}
</style>