Shades of Blizzard Blue #A4E4F3
Tints of Blizzard Blue #A4E4F3
RGB
CMYK
RGB Variations
Color information
#A4E4F3 (or 0xA4E4F3) is known color: Blizzard Blue. HEX triplet: A4, E4 and F3. RGB value is (164,228,243). Sum of RGB (Red+Green+Blue) = 164+228+243=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4E4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E4F3 is #5B1B0C. Grayscale: #D2D2D2. Windows color (decimal): -5970701 or 15983780. OLE color: 15983780.
HSL color Cylindrical-coordinate representation of color #A4E4F3: hue angle of 191.39º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4E4F3 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 228 | 243 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.05 |
| HSL | 191.39º | 0.77% | 0.8% | - |
| HSV(B) | 191.39º | 0.33% | 0.95% | - |
| XYZ | 59.23 | 69.85 | 95.15 | - |
| YUV | 210.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 243 | 0.33 | 0.06 | 0 | 0.05 | 191.39 | 0.77 | 0.8 |
| Hex | A4 | E4 | F3 | 21 | 6 | 0 | 5 | BF | 4D | 50 |
| Octal | 244 | 344 | 363 | 41 | 6 | 0 | 5 | 277 | 115 | 120 |
| Binary | 10100100 | 11100100 | 11110011 | 100001 | 110 | 0 | 101 | 10111111 | 1001101 | 1010000 |
Color Harmonies of #A4E4F3
Complementary color
Monochromatic Colors of #A4E4F3
Black with #A4E4F3
Text Example
Text Example
White with #A4E4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E4F3; }
p { color: rgb(164,228,243); }
H1.HeaderClassName
{
color: #A4E4F3;
}
.AnyTagClassName
{
color: #A4E4F3;
}
</style>
background-color css
<style>
a { background-color: #A4E4F3; }
a { background-color: rgb(164,228,243); }
div.DivClassName
{
background-color: #A4E4F3;
}
.BgClassName
{
background-color: #A4E4F3;
}
</style>
border-color css
<style>
span { border-color: #A4E4F3; }
span { border-color: rgb(164,228,243); }
td.TdClassName
{
border-color: #A4E4F3;
}
.TagClassName
{
border-color: #A4E4F3;
}
</style>