Shades of Blizzard Blue #A7E4F8
Tints of Blizzard Blue #A7E4F8
RGB
CMYK
RGB Variations
Color information
#A7E4F8 (or 0xA7E4F8) is known color: Blizzard Blue. HEX triplet: A7, E4 and F8. RGB value is (167,228,248). Sum of RGB (Red+Green+Blue) = 167+228+248=643 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.97% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #A7E4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E4F8 is #581B07. Grayscale: #D3D3D3. Windows color (decimal): -5774088 or 16311463. OLE color: 16311463.
HSL color Cylindrical-coordinate representation of color #A7E4F8: hue angle of 194.81º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7E4F8 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 228 | 248 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.03 |
| HSL | 194.81º | 0.85% | 0.81% | - |
| HSV(B) | 194.81º | 0.33% | 0.97% | - |
| XYZ | 60.62 | 70.48 | 99.22 | - |
| YUV | 212.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 228 | 248 | 0.33 | 0.08 | 0 | 0.03 | 194.81 | 0.85 | 0.81 |
| Hex | A7 | E4 | F8 | 21 | 8 | 0 | 3 | C3 | 55 | 51 |
| Octal | 247 | 344 | 370 | 41 | 10 | 0 | 3 | 303 | 125 | 121 |
| Binary | 10100111 | 11100100 | 11111000 | 100001 | 1000 | 0 | 11 | 11000011 | 1010101 | 1010001 |
Color Harmonies of #A7E4F8
Complementary color
Monochromatic Colors of #A7E4F8
Black with #A7E4F8
Text Example
Text Example
White with #A7E4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E4F8; }
p { color: rgb(167,228,248); }
H1.HeaderClassName
{
color: #A7E4F8;
}
.AnyTagClassName
{
color: #A7E4F8;
}
</style>
background-color css
<style>
a { background-color: #A7E4F8; }
a { background-color: rgb(167,228,248); }
div.DivClassName
{
background-color: #A7E4F8;
}
.BgClassName
{
background-color: #A7E4F8;
}
</style>
border-color css
<style>
span { border-color: #A7E4F8; }
span { border-color: rgb(167,228,248); }
td.TdClassName
{
border-color: #A7E4F8;
}
.TagClassName
{
border-color: #A7E4F8;
}
</style>