Shades of Blizzard Blue #ADE1EF
Tints of Blizzard Blue #ADE1EF
RGB
CMYK
RGB Variations
Color information
#ADE1EF (or 0xADE1EF) is known color: Blizzard Blue. HEX triplet: AD, E1 and EF. RGB value is (173,225,239). Sum of RGB (Red+Green+Blue) = 173+225+239=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1EF is #521E10. Grayscale: #D2D2D2. Windows color (decimal): -5381649 or 15720877. OLE color: 15720877.
HSL color Cylindrical-coordinate representation of color #ADE1EF: hue angle of 192.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADE1EF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 225 | 239 | - |
CMYK | 0.28 | 0.06 | 0 | 0.06 |
HSL | 192.73º | 0.67% | 0.81% | - |
HSV(B) | 192.73º | 0.28% | 0.94% | - |
XYZ | 59.74 | 68.97 | 91.82 | - |
YUV | 211.05 | 143.77 | 100.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 225 | 239 | 0.28 | 0.06 | 0 | 0.06 | 192.73 | 0.67 | 0.81 |
Hex | AD | E1 | EF | 1C | 6 | 0 | 6 | C1 | 43 | 51 |
Octal | 255 | 341 | 357 | 34 | 6 | 0 | 6 | 301 | 103 | 121 |
Binary | 10101101 | 11100001 | 11101111 | 11100 | 110 | 0 | 110 | 11000001 | 1000011 | 1010001 |
Color Harmonies of #ADE1EF
Complementary color
Monochromatic Colors of #ADE1EF
Black with #ADE1EF
Text Example
Text Example
White with #ADE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1EF; }
p { color: rgb(173,225,239); }
H1.HeaderClassName
{
color: #ADE1EF;
}
.AnyTagClassName
{
color: #ADE1EF;
}
</style>
background-color css
<style>
a { background-color: #ADE1EF; }
a { background-color: rgb(173,225,239); }
div.DivClassName
{
background-color: #ADE1EF;
}
.BgClassName
{
background-color: #ADE1EF;
}
</style>
border-color css
<style>
span { border-color: #ADE1EF; }
span { border-color: rgb(173,225,239); }
td.TdClassName
{
border-color: #ADE1EF;
}
.TagClassName
{
border-color: #ADE1EF;
}
</style>