Shades of Blizzard Blue #A8E3EE
Tints of Blizzard Blue #A8E3EE
RGB
CMYK
RGB Variations
Color information
#A8E3EE (or 0xA8E3EE) is known color: Blizzard Blue. HEX triplet: A8, E3 and EE. RGB value is (168,227,238). Sum of RGB (Red+Green+Blue) = 168+227+238=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8E3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E3EE is #571C11. Grayscale: #D2D2D2. Windows color (decimal): -5708818 or 15655848. OLE color: 15655848.
HSL color Cylindrical-coordinate representation of color #A8E3EE: hue angle of 189.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8E3EE is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 227 | 238 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.07 |
| HSL | 189.43º | 0.67% | 0.8% | - |
| HSV(B) | 189.43º | 0.29% | 0.93% | - |
| XYZ | 59.05 | 69.44 | 91.18 | - |
| YUV | 210.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 238 | 0.29 | 0.05 | 0 | 0.07 | 189.43 | 0.67 | 0.8 |
| Hex | A8 | E3 | EE | 1D | 5 | 0 | 7 | BD | 43 | 50 |
| Octal | 250 | 343 | 356 | 35 | 5 | 0 | 7 | 275 | 103 | 120 |
| Binary | 10101000 | 11100011 | 11101110 | 11101 | 101 | 0 | 111 | 10111101 | 1000011 | 1010000 |
Color Harmonies of #A8E3EE
Complementary color
Monochromatic Colors of #A8E3EE
Black with #A8E3EE
Text Example
Text Example
White with #A8E3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E3EE; }
p { color: rgb(168,227,238); }
H1.HeaderClassName
{
color: #A8E3EE;
}
.AnyTagClassName
{
color: #A8E3EE;
}
</style>
background-color css
<style>
a { background-color: #A8E3EE; }
a { background-color: rgb(168,227,238); }
div.DivClassName
{
background-color: #A8E3EE;
}
.BgClassName
{
background-color: #A8E3EE;
}
</style>
border-color css
<style>
span { border-color: #A8E3EE; }
span { border-color: rgb(168,227,238); }
td.TdClassName
{
border-color: #A8E3EE;
}
.TagClassName
{
border-color: #A8E3EE;
}
</style>