Shades of Blizzard Blue #A7E4F7
Tints of Blizzard Blue #A7E4F7
RGB
CMYK
RGB Variations
Color information
#A7E4F7 (or 0xA7E4F7) is known color: Blizzard Blue. HEX triplet: A7, E4 and F7. RGB value is (167,228,247). Sum of RGB (Red+Green+Blue) = 167+228+247=642 (85% of max value = 765). Red value is 167 (65.62% from 255 or 26.01% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #A7E4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E4F7 is #581B08. Grayscale: #D3D3D3. Windows color (decimal): -5774089 or 16245927. OLE color: 16245927.
HSL color Cylindrical-coordinate representation of color #A7E4F7: hue angle of 194.25º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7E4F7 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 228 | 247 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.03 |
| HSL | 194.25º | 0.83% | 0.81% | - |
| HSV(B) | 194.25º | 0.32% | 0.97% | - |
| XYZ | 60.47 | 70.42 | 98.4 | - |
| YUV | 211.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 228 | 247 | 0.32 | 0.08 | 0 | 0.03 | 194.25 | 0.83 | 0.81 |
| Hex | A7 | E4 | F7 | 20 | 8 | 0 | 3 | C2 | 53 | 51 |
| Octal | 247 | 344 | 367 | 40 | 10 | 0 | 3 | 302 | 123 | 121 |
| Binary | 10100111 | 11100100 | 11110111 | 100000 | 1000 | 0 | 11 | 11000010 | 1010011 | 1010001 |
Color Harmonies of #A7E4F7
Complementary color
Monochromatic Colors of #A7E4F7
Black with #A7E4F7
Text Example
Text Example
White with #A7E4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E4F7; }
p { color: rgb(167,228,247); }
H1.HeaderClassName
{
color: #A7E4F7;
}
.AnyTagClassName
{
color: #A7E4F7;
}
</style>
background-color css
<style>
a { background-color: #A7E4F7; }
a { background-color: rgb(167,228,247); }
div.DivClassName
{
background-color: #A7E4F7;
}
.BgClassName
{
background-color: #A7E4F7;
}
</style>
border-color css
<style>
span { border-color: #A7E4F7; }
span { border-color: rgb(167,228,247); }
td.TdClassName
{
border-color: #A7E4F7;
}
.TagClassName
{
border-color: #A7E4F7;
}
</style>