Shades of Blizzard Blue #A8EBF6
Tints of Blizzard Blue #A8EBF6
RGB
CMYK
RGB Variations
Color information
#A8EBF6 (or 0xA8EBF6) is known color: Blizzard Blue. HEX triplet: A8, EB and F6. RGB value is (168,235,246). Sum of RGB (Red+Green+Blue) = 168+235+246=649 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.89% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8EBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBF6 is #571409. Grayscale: #D8D8D8. Windows color (decimal): -5706762 or 16182184. OLE color: 16182184.
HSL color Cylindrical-coordinate representation of color #A8EBF6: hue angle of 188.46º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8EBF6 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 235 | 246 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.04 |
| HSL | 188.46º | 0.81% | 0.81% | - |
| HSV(B) | 188.46º | 0.32% | 0.96% | - |
| XYZ | 62.49 | 74.4 | 98.25 | - |
| YUV | 216.22 | 144.8 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 246 | 0.32 | 0.04 | 0 | 0.04 | 188.46 | 0.81 | 0.81 |
| Hex | A8 | EB | F6 | 20 | 4 | 0 | 4 | BC | 51 | 51 |
| Octal | 250 | 353 | 366 | 40 | 4 | 0 | 4 | 274 | 121 | 121 |
| Binary | 10101000 | 11101011 | 11110110 | 100000 | 100 | 0 | 100 | 10111100 | 1010001 | 1010001 |
Color Harmonies of #A8EBF6
Complementary color
Monochromatic Colors of #A8EBF6
Black with #A8EBF6
Text Example
Text Example
White with #A8EBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBF6; }
p { color: rgb(168,235,246); }
H1.HeaderClassName
{
color: #A8EBF6;
}
.AnyTagClassName
{
color: #A8EBF6;
}
</style>
background-color css
<style>
a { background-color: #A8EBF6; }
a { background-color: rgb(168,235,246); }
div.DivClassName
{
background-color: #A8EBF6;
}
.BgClassName
{
background-color: #A8EBF6;
}
</style>
border-color css
<style>
span { border-color: #A8EBF6; }
span { border-color: rgb(168,235,246); }
td.TdClassName
{
border-color: #A8EBF6;
}
.TagClassName
{
border-color: #A8EBF6;
}
</style>