Shades of Blizzard Blue #ADE4F7
Tints of Blizzard Blue #ADE4F7
RGB
CMYK
RGB Variations
Color information
#ADE4F7 (or 0xADE4F7) is known color: Blizzard Blue. HEX triplet: AD, E4 and F7. RGB value is (173,228,247). Sum of RGB (Red+Green+Blue) = 173+228+247=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADE4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4F7 is #521B08. Grayscale: #D5D5D5. Windows color (decimal): -5380873 or 16245933. OLE color: 16245933.
HSL color Cylindrical-coordinate representation of color #ADE4F7: hue angle of 195.41º 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 #ADE4F7 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 173 | 228 | 247 | - |
CMYK | 0.30 | 0.08 | 0 | 0.03 |
HSL | 195.41º | 0.82% | 0.82% | - |
HSV(B) | 195.41º | 0.3% | 0.97% | - |
XYZ | 61.77 | 71.09 | 98.46 | - |
YUV | 213.72 | 146.78 | 98.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 247 | 0.30 | 0.08 | 0 | 0.03 | 195.41 | 0.82 | 0.82 |
Hex | AD | E4 | F7 | 1E | 8 | 0 | 3 | C3 | 52 | 52 |
Octal | 255 | 344 | 367 | 36 | 10 | 0 | 3 | 303 | 122 | 122 |
Binary | 10101101 | 11100100 | 11110111 | 11110 | 1000 | 0 | 11 | 11000011 | 1010010 | 1010010 |
Color Harmonies of #ADE4F7
Complementary color
Monochromatic Colors of #ADE4F7
Black with #ADE4F7
Text Example
Text Example
White with #ADE4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4F7; }
p { color: rgb(173,228,247); }
H1.HeaderClassName
{
color: #ADE4F7;
}
.AnyTagClassName
{
color: #ADE4F7;
}
</style>
background-color css
<style>
a { background-color: #ADE4F7; }
a { background-color: rgb(173,228,247); }
div.DivClassName
{
background-color: #ADE4F7;
}
.BgClassName
{
background-color: #ADE4F7;
}
</style>
border-color css
<style>
span { border-color: #ADE4F7; }
span { border-color: rgb(173,228,247); }
td.TdClassName
{
border-color: #ADE4F7;
}
.TagClassName
{
border-color: #ADE4F7;
}
</style>