Shades of Blizzard Blue #ADE7F7
Tints of Blizzard Blue #ADE7F7
RGB
CMYK
RGB Variations
Color information
#ADE7F7 (or 0xADE7F7) is known color: Blizzard Blue. HEX triplet: AD, E7 and F7. RGB value is (173,231,247). Sum of RGB (Red+Green+Blue) = 173+231+247=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADE7F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7F7 is #521808. Grayscale: #D7D7D7. Windows color (decimal): -5380105 or 16246701. OLE color: 16246701.
HSL color Cylindrical-coordinate representation of color #ADE7F7: hue angle of 192.97º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADE7F7 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 173 | 231 | 247 | - |
CMYK | 0.30 | 0.06 | 0 | 0.03 |
HSL | 192.97º | 0.82% | 0.82% | - |
HSV(B) | 192.97º | 0.3% | 0.97% | - |
XYZ | 62.6 | 72.75 | 98.74 | - |
YUV | 215.48 | 145.78 | 97.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 231 | 247 | 0.30 | 0.06 | 0 | 0.03 | 192.97 | 0.82 | 0.82 |
Hex | AD | E7 | F7 | 1E | 6 | 0 | 3 | C1 | 52 | 52 |
Octal | 255 | 347 | 367 | 36 | 6 | 0 | 3 | 301 | 122 | 122 |
Binary | 10101101 | 11100111 | 11110111 | 11110 | 110 | 0 | 11 | 11000001 | 1010010 | 1010010 |
Color Harmonies of #ADE7F7
Complementary color
Monochromatic Colors of #ADE7F7
Black with #ADE7F7
Text Example
Text Example
White with #ADE7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7F7; }
p { color: rgb(173,231,247); }
H1.HeaderClassName
{
color: #ADE7F7;
}
.AnyTagClassName
{
color: #ADE7F7;
}
</style>
background-color css
<style>
a { background-color: #ADE7F7; }
a { background-color: rgb(173,231,247); }
div.DivClassName
{
background-color: #ADE7F7;
}
.BgClassName
{
background-color: #ADE7F7;
}
</style>
border-color css
<style>
span { border-color: #ADE7F7; }
span { border-color: rgb(173,231,247); }
td.TdClassName
{
border-color: #ADE7F7;
}
.TagClassName
{
border-color: #ADE7F7;
}
</style>