Shades of Blizzard Blue #A7F1FF
Tints of Blizzard Blue #A7F1FF
RGB
CMYK
RGB Variations
Color information
#A7F1FF (or 0xA7F1FF) is known color: Blizzard Blue. HEX triplet: A7, F1 and FF. RGB value is (167,241,255). Sum of RGB (Red+Green+Blue) = 167+241+255=663 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.19% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F1FF is #580E00. Grayscale: #DCDCDC. Windows color (decimal): -5770753 or 16773543. OLE color: 16773543.
HSL color Cylindrical-coordinate representation of color #A7F1FF: hue angle of 189.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7F1FF is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 241 | 255 | - |
| CMYK | 0.35 | 0.05 | 0 | 0 |
| HSL | 189.55º | 1% | 0.83% | - |
| HSV(B) | 189.55º | 0.35% | 1% | - |
| XYZ | 65.44 | 78.35 | 106.28 | - |
| YUV | 220.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 241 | 255 | 0.35 | 0.05 | 0 | 0 | 189.55 | 1 | 0.83 |
| Hex | A7 | F1 | FF | 23 | 5 | 0 | 0 | BE | 64 | 53 |
| Octal | 247 | 361 | 377 | 43 | 5 | 0 | 0 | 276 | 144 | 123 |
| Binary | 10100111 | 11110001 | 11111111 | 100011 | 101 | 0 | 0 | 10111110 | 1100100 | 1010011 |
Color Harmonies of #A7F1FF
Complementary color
Monochromatic Colors of #A7F1FF
Black with #A7F1FF
Text Example
Text Example
White with #A7F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F1FF; }
p { color: rgb(167,241,255); }
H1.HeaderClassName
{
color: #A7F1FF;
}
.AnyTagClassName
{
color: #A7F1FF;
}
</style>
background-color css
<style>
a { background-color: #A7F1FF; }
a { background-color: rgb(167,241,255); }
div.DivClassName
{
background-color: #A7F1FF;
}
.BgClassName
{
background-color: #A7F1FF;
}
</style>
border-color css
<style>
span { border-color: #A7F1FF; }
span { border-color: rgb(167,241,255); }
td.TdClassName
{
border-color: #A7F1FF;
}
.TagClassName
{
border-color: #A7F1FF;
}
</style>