Shades of Blizzard Blue #A8E3ED
Tints of Blizzard Blue #A8E3ED
RGB
CMYK
RGB Variations
Color information
#A8E3ED (or 0xA8E3ED) is known color: Blizzard Blue. HEX triplet: A8, E3 and ED. RGB value is (168,227,237). Sum of RGB (Red+Green+Blue) = 168+227+237=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E3ED is #571C12. Grayscale: #D2D2D2. Windows color (decimal): -5708819 or 15590312. OLE color: 15590312.
HSL color Cylindrical-coordinate representation of color #A8E3ED: hue angle of 188.7º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8E3ED is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 227 | 237 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.07 |
| HSL | 188.7º | 0.66% | 0.79% | - |
| HSV(B) | 188.7º | 0.29% | 0.93% | - |
| XYZ | 58.9 | 69.38 | 90.41 | - |
| YUV | 210.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 237 | 0.29 | 0.04 | 0 | 0.07 | 188.7 | 0.66 | 0.79 |
| Hex | A8 | E3 | ED | 1D | 4 | 0 | 7 | BD | 42 | 4F |
| Octal | 250 | 343 | 355 | 35 | 4 | 0 | 7 | 275 | 102 | 117 |
| Binary | 10101000 | 11100011 | 11101101 | 11101 | 100 | 0 | 111 | 10111101 | 1000010 | 1001111 |
Color Harmonies of #A8E3ED
Complementary color
Monochromatic Colors of #A8E3ED
Black with #A8E3ED
Text Example
Text Example
White with #A8E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E3ED; }
p { color: rgb(168,227,237); }
H1.HeaderClassName
{
color: #A8E3ED;
}
.AnyTagClassName
{
color: #A8E3ED;
}
</style>
background-color css
<style>
a { background-color: #A8E3ED; }
a { background-color: rgb(168,227,237); }
div.DivClassName
{
background-color: #A8E3ED;
}
.BgClassName
{
background-color: #A8E3ED;
}
</style>
border-color css
<style>
span { border-color: #A8E3ED; }
span { border-color: rgb(168,227,237); }
td.TdClassName
{
border-color: #A8E3ED;
}
.TagClassName
{
border-color: #A8E3ED;
}
</style>