Shades of Blizzard Blue #ADE7F2
Tints of Blizzard Blue #ADE7F2
RGB
CMYK
RGB Variations
Color information
#ADE7F2 (or 0xADE7F2) is known color: Blizzard Blue. HEX triplet: AD, E7 and F2. RGB value is (173,231,242). Sum of RGB (Red+Green+Blue) = 173+231+242=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADE7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7F2 is #52180D. Grayscale: #D6D6D6. Windows color (decimal): -5380110 or 15919021. OLE color: 15919021.
HSL color Cylindrical-coordinate representation of color #ADE7F2: hue angle of 189.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADE7F2 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 231 | 242 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.05 |
| HSL | 189.57º | 0.73% | 0.81% | - |
| HSV(B) | 189.57º | 0.29% | 0.95% | - |
| XYZ | 61.84 | 72.45 | 94.73 | - |
| YUV | 214.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 242 | 0.29 | 0.05 | 0 | 0.05 | 189.57 | 0.73 | 0.81 |
| Hex | AD | E7 | F2 | 1D | 5 | 0 | 5 | BE | 49 | 51 |
| Octal | 255 | 347 | 362 | 35 | 5 | 0 | 5 | 276 | 111 | 121 |
| Binary | 10101101 | 11100111 | 11110010 | 11101 | 101 | 0 | 101 | 10111110 | 1001001 | 1010001 |
Color Harmonies of #ADE7F2
Complementary color
Monochromatic Colors of #ADE7F2
Black with #ADE7F2
Text Example
Text Example
White with #ADE7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7F2; }
p { color: rgb(173,231,242); }
H1.HeaderClassName
{
color: #ADE7F2;
}
.AnyTagClassName
{
color: #ADE7F2;
}
</style>
background-color css
<style>
a { background-color: #ADE7F2; }
a { background-color: rgb(173,231,242); }
div.DivClassName
{
background-color: #ADE7F2;
}
.BgClassName
{
background-color: #ADE7F2;
}
</style>
border-color css
<style>
span { border-color: #ADE7F2; }
span { border-color: rgb(173,231,242); }
td.TdClassName
{
border-color: #ADE7F2;
}
.TagClassName
{
border-color: #ADE7F2;
}
</style>