Shades of Blizzard Blue #A4F0FF
Tints of Blizzard Blue #A4F0FF
RGB
CMYK
RGB Variations
Color information
#A4F0FF (or 0xA4F0FF) is known color: Blizzard Blue. HEX triplet: A4, F0 and FF. RGB value is (164,240,255). Sum of RGB (Red+Green+Blue) = 164+240+255=659 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.89% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F0FF is #5B0F00. Grayscale: #DADADA. Windows color (decimal): -5967617 or 16773284. OLE color: 16773284.
HSL color Cylindrical-coordinate representation of color #A4F0FF: hue angle of 189.89º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4F0FF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 240 | 255 | - |
| CMYK | 0.36 | 0.06 | 0 | 0 |
| HSL | 189.89º | 1% | 0.82% | - |
| HSV(B) | 189.89º | 0.36% | 1% | - |
| XYZ | 64.52 | 77.43 | 106.15 | - |
| YUV | 218.99 | 148.32 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 240 | 255 | 0.36 | 0.06 | 0 | 0 | 189.89 | 1 | 0.82 |
| Hex | A4 | F0 | FF | 24 | 6 | 0 | 0 | BE | 64 | 52 |
| Octal | 244 | 360 | 377 | 44 | 6 | 0 | 0 | 276 | 144 | 122 |
| Binary | 10100100 | 11110000 | 11111111 | 100100 | 110 | 0 | 0 | 10111110 | 1100100 | 1010010 |
Color Harmonies of #A4F0FF
Complementary color
Monochromatic Colors of #A4F0FF
Black with #A4F0FF
Text Example
Text Example
White with #A4F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F0FF; }
p { color: rgb(164,240,255); }
H1.HeaderClassName
{
color: #A4F0FF;
}
.AnyTagClassName
{
color: #A4F0FF;
}
</style>
background-color css
<style>
a { background-color: #A4F0FF; }
a { background-color: rgb(164,240,255); }
div.DivClassName
{
background-color: #A4F0FF;
}
.BgClassName
{
background-color: #A4F0FF;
}
</style>
border-color css
<style>
span { border-color: #A4F0FF; }
span { border-color: rgb(164,240,255); }
td.TdClassName
{
border-color: #A4F0FF;
}
.TagClassName
{
border-color: #A4F0FF;
}
</style>