Shades of Blizzard Blue #A4EFFC
Tints of Blizzard Blue #A4EFFC
RGB
CMYK
RGB Variations
Color information
#A4EFFC (or 0xA4EFFC) is known color: Blizzard Blue. HEX triplet: A4, EF and FC. RGB value is (164,239,252). Sum of RGB (Red+Green+Blue) = 164+239+252=655 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.04% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4EFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EFFC is #5B1003. Grayscale: #D9D9D9. Windows color (decimal): -5967876 or 16576420. OLE color: 16576420.
HSL color Cylindrical-coordinate representation of color #A4EFFC: hue angle of 188.86º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4EFFC is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 239 | 252 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.01 |
| HSL | 188.86º | 0.94% | 0.82% | - |
| HSV(B) | 188.86º | 0.35% | 0.99% | - |
| XYZ | 63.75 | 76.65 | 103.53 | - |
| YUV | 218.06 | 147.15 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 252 | 0.35 | 0.05 | 0 | 0.01 | 188.86 | 0.94 | 0.82 |
| Hex | A4 | EF | FC | 23 | 5 | 0 | 1 | BD | 5E | 52 |
| Octal | 244 | 357 | 374 | 43 | 5 | 0 | 1 | 275 | 136 | 122 |
| Binary | 10100100 | 11101111 | 11111100 | 100011 | 101 | 0 | 1 | 10111101 | 1011110 | 1010010 |
Color Harmonies of #A4EFFC
Complementary color
Monochromatic Colors of #A4EFFC
Black with #A4EFFC
Text Example
Text Example
White with #A4EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EFFC; }
p { color: rgb(164,239,252); }
H1.HeaderClassName
{
color: #A4EFFC;
}
.AnyTagClassName
{
color: #A4EFFC;
}
</style>
background-color css
<style>
a { background-color: #A4EFFC; }
a { background-color: rgb(164,239,252); }
div.DivClassName
{
background-color: #A4EFFC;
}
.BgClassName
{
background-color: #A4EFFC;
}
</style>
border-color css
<style>
span { border-color: #A4EFFC; }
span { border-color: rgb(164,239,252); }
td.TdClassName
{
border-color: #A4EFFC;
}
.TagClassName
{
border-color: #A4EFFC;
}
</style>