Shades of Blizzard Blue #ADE9F3
Tints of Blizzard Blue #ADE9F3
RGB
CMYK
RGB Variations
Color information
#ADE9F3 (or 0xADE9F3) is known color: Blizzard Blue. HEX triplet: AD, E9 and F3. RGB value is (173,233,243). Sum of RGB (Red+Green+Blue) = 173+233+243=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADE9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE9F3 is #52160C. Grayscale: #D8D8D8. Windows color (decimal): -5379597 or 15985069. OLE color: 15985069.
HSL color Cylindrical-coordinate representation of color #ADE9F3: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADE9F3 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 173 | 233 | 243 | - |
CMYK | 0.29 | 0.04 | 0 | 0.05 |
HSL | 188.57º | 0.74% | 0.82% | - |
HSV(B) | 188.57º | 0.29% | 0.95% | - |
XYZ | 62.55 | 73.63 | 95.71 | - |
YUV | 216.2 | 143.12 | 97.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 233 | 243 | 0.29 | 0.04 | 0 | 0.05 | 188.57 | 0.74 | 0.82 |
Hex | AD | E9 | F3 | 1D | 4 | 0 | 5 | BD | 4A | 52 |
Octal | 255 | 351 | 363 | 35 | 4 | 0 | 5 | 275 | 112 | 122 |
Binary | 10101101 | 11101001 | 11110011 | 11101 | 100 | 0 | 101 | 10111101 | 1001010 | 1010010 |
Color Harmonies of #ADE9F3
Complementary color
Monochromatic Colors of #ADE9F3
Black with #ADE9F3
Text Example
Text Example
White with #ADE9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9F3; }
p { color: rgb(173,233,243); }
H1.HeaderClassName
{
color: #ADE9F3;
}
.AnyTagClassName
{
color: #ADE9F3;
}
</style>
background-color css
<style>
a { background-color: #ADE9F3; }
a { background-color: rgb(173,233,243); }
div.DivClassName
{
background-color: #ADE9F3;
}
.BgClassName
{
background-color: #ADE9F3;
}
</style>
border-color css
<style>
span { border-color: #ADE9F3; }
span { border-color: rgb(173,233,243); }
td.TdClassName
{
border-color: #ADE9F3;
}
.TagClassName
{
border-color: #ADE9F3;
}
</style>