Shades of Blizzard Blue #A3E7F8
Tints of Blizzard Blue #A3E7F8
RGB
CMYK
RGB Variations
Color information
#A3E7F8 (or 0xA3E7F8) is known color: Blizzard Blue. HEX triplet: A3, E7 and F8. RGB value is (163,231,248). Sum of RGB (Red+Green+Blue) = 163+231+248=642 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.39% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #A3E7F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E7F8 is #5C1807. Grayscale: #D4D4D4. Windows color (decimal): -6035464 or 16312227. OLE color: 16312227.
HSL color Cylindrical-coordinate representation of color #A3E7F8: hue angle of 192º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3E7F8 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 231 | 248 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.03 |
| HSL | 192º | 0.86% | 0.81% | - |
| HSV(B) | 192º | 0.34% | 0.97% | - |
| XYZ | 60.62 | 71.72 | 99.45 | - |
| YUV | 212.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 248 | 0.34 | 0.07 | 0 | 0.03 | 192 | 0.86 | 0.81 |
| Hex | A3 | E7 | F8 | 22 | 7 | 0 | 3 | C0 | 56 | 51 |
| Octal | 243 | 347 | 370 | 42 | 7 | 0 | 3 | 300 | 126 | 121 |
| Binary | 10100011 | 11100111 | 11111000 | 100010 | 111 | 0 | 11 | 11000000 | 1010110 | 1010001 |
Color Harmonies of #A3E7F8
Complementary color
Monochromatic Colors of #A3E7F8
Black with #A3E7F8
Text Example
Text Example
White with #A3E7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E7F8; }
p { color: rgb(163,231,248); }
H1.HeaderClassName
{
color: #A3E7F8;
}
.AnyTagClassName
{
color: #A3E7F8;
}
</style>
background-color css
<style>
a { background-color: #A3E7F8; }
a { background-color: rgb(163,231,248); }
div.DivClassName
{
background-color: #A3E7F8;
}
.BgClassName
{
background-color: #A3E7F8;
}
</style>
border-color css
<style>
span { border-color: #A3E7F8; }
span { border-color: rgb(163,231,248); }
td.TdClassName
{
border-color: #A3E7F8;
}
.TagClassName
{
border-color: #A3E7F8;
}
</style>