Shades of Blizzard Blue #A4EDF3
Tints of Blizzard Blue #A4EDF3
RGB
CMYK
RGB Variations
Color information
#A4EDF3 (or 0xA4EDF3) is known color: Blizzard Blue. HEX triplet: A4, ED and F3. RGB value is (164,237,243). Sum of RGB (Red+Green+Blue) = 164+237+243=644 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.47% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EDF3 is #5B120C. Grayscale: #D7D7D7. Windows color (decimal): -5968397 or 15986084. OLE color: 15986084.
HSL color Cylindrical-coordinate representation of color #A4EDF3: hue angle of 184.56º 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 #A4EDF3 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 237 | 243 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.05 |
| HSL | 184.56º | 0.77% | 0.8% | - |
| HSV(B) | 184.56º | 0.33% | 0.95% | - |
| XYZ | 61.77 | 74.93 | 96 | - |
| YUV | 215.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 243 | 0.33 | 0.02 | 0 | 0.05 | 184.56 | 0.77 | 0.8 |
| Hex | A4 | ED | F3 | 21 | 2 | 0 | 5 | B9 | 4D | 50 |
| Octal | 244 | 355 | 363 | 41 | 2 | 0 | 5 | 271 | 115 | 120 |
| Binary | 10100100 | 11101101 | 11110011 | 100001 | 10 | 0 | 101 | 10111001 | 1001101 | 1010000 |
Color Harmonies of #A4EDF3
Complementary color
Monochromatic Colors of #A4EDF3
Black with #A4EDF3
Text Example
Text Example
White with #A4EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDF3; }
p { color: rgb(164,237,243); }
H1.HeaderClassName
{
color: #A4EDF3;
}
.AnyTagClassName
{
color: #A4EDF3;
}
</style>
background-color css
<style>
a { background-color: #A4EDF3; }
a { background-color: rgb(164,237,243); }
div.DivClassName
{
background-color: #A4EDF3;
}
.BgClassName
{
background-color: #A4EDF3;
}
</style>
border-color css
<style>
span { border-color: #A4EDF3; }
span { border-color: rgb(164,237,243); }
td.TdClassName
{
border-color: #A4EDF3;
}
.TagClassName
{
border-color: #A4EDF3;
}
</style>