Shades of Blizzard Blue #A4E7FB
Tints of Blizzard Blue #A4E7FB
RGB
CMYK
RGB Variations
Color information
#A4E7FB (or 0xA4E7FB) is known color: Blizzard Blue. HEX triplet: A4, E7 and FB. RGB value is (164,231,251). Sum of RGB (Red+Green+Blue) = 164+231+251=646 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.39% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4E7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E7FB is #5B1804. Grayscale: #D5D5D5. Windows color (decimal): -5969925 or 16508836. OLE color: 16508836.
HSL color Cylindrical-coordinate representation of color #A4E7FB: hue angle of 193.79º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4E7FB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 231 | 251 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.02 |
| HSL | 193.79º | 0.92% | 0.81% | - |
| HSV(B) | 193.79º | 0.35% | 0.98% | - |
| XYZ | 61.3 | 72.01 | 101.94 | - |
| YUV | 213.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 251 | 0.35 | 0.08 | 0 | 0.02 | 193.79 | 0.92 | 0.81 |
| Hex | A4 | E7 | FB | 23 | 8 | 0 | 2 | C2 | 5C | 51 |
| Octal | 244 | 347 | 373 | 43 | 10 | 0 | 2 | 302 | 134 | 121 |
| Binary | 10100100 | 11100111 | 11111011 | 100011 | 1000 | 0 | 10 | 11000010 | 1011100 | 1010001 |
Color Harmonies of #A4E7FB
Complementary color
Monochromatic Colors of #A4E7FB
Black with #A4E7FB
Text Example
Text Example
White with #A4E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E7FB; }
p { color: rgb(164,231,251); }
H1.HeaderClassName
{
color: #A4E7FB;
}
.AnyTagClassName
{
color: #A4E7FB;
}
</style>
background-color css
<style>
a { background-color: #A4E7FB; }
a { background-color: rgb(164,231,251); }
div.DivClassName
{
background-color: #A4E7FB;
}
.BgClassName
{
background-color: #A4E7FB;
}
</style>
border-color css
<style>
span { border-color: #A4E7FB; }
span { border-color: rgb(164,231,251); }
td.TdClassName
{
border-color: #A4E7FB;
}
.TagClassName
{
border-color: #A4E7FB;
}
</style>