Shades of Blizzard Blue #A8EBFE
Tints of Blizzard Blue #A8EBFE
RGB
CMYK
RGB Variations
Color information
#A8EBFE (or 0xA8EBFE) is known color: Blizzard Blue. HEX triplet: A8, EB and FE. RGB value is (168,235,254). Sum of RGB (Red+Green+Blue) = 168+235+254=657 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.57% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBFE is #571401. Grayscale: #D8D8D8. Windows color (decimal): -5706754 or 16706472. OLE color: 16706472.
HSL color Cylindrical-coordinate representation of color #A8EBFE: hue angle of 193.26º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8EBFE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 235 | 254 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.00 |
| HSL | 193.26º | 0.98% | 0.83% | - |
| HSV(B) | 193.26º | 0.34% | 1% | - |
| XYZ | 63.75 | 74.9 | 104.86 | - |
| YUV | 217.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 254 | 0.34 | 0.07 | 0 | 0.00 | 193.26 | 0.98 | 0.83 |
| Hex | A8 | EB | FE | 22 | 7 | 0 | 0 | C1 | 62 | 53 |
| Octal | 250 | 353 | 376 | 42 | 7 | 0 | 0 | 301 | 142 | 123 |
| Binary | 10101000 | 11101011 | 11111110 | 100010 | 111 | 0 | 0 | 11000001 | 1100010 | 1010011 |
Color Harmonies of #A8EBFE
Complementary color
Monochromatic Colors of #A8EBFE
Black with #A8EBFE
Text Example
Text Example
White with #A8EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBFE; }
p { color: rgb(168,235,254); }
H1.HeaderClassName
{
color: #A8EBFE;
}
.AnyTagClassName
{
color: #A8EBFE;
}
</style>
background-color css
<style>
a { background-color: #A8EBFE; }
a { background-color: rgb(168,235,254); }
div.DivClassName
{
background-color: #A8EBFE;
}
.BgClassName
{
background-color: #A8EBFE;
}
</style>
border-color css
<style>
span { border-color: #A8EBFE; }
span { border-color: rgb(168,235,254); }
td.TdClassName
{
border-color: #A8EBFE;
}
.TagClassName
{
border-color: #A8EBFE;
}
</style>