Shades of Blizzard Blue #A8EDFE
Tints of Blizzard Blue #A8EDFE
RGB
CMYK
RGB Variations
Color information
#A8EDFE (or 0xA8EDFE) is known color: Blizzard Blue. HEX triplet: A8, ED and FE. RGB value is (168,237,254). Sum of RGB (Red+Green+Blue) = 168+237+254=659 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.49% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8EDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDFE is #571201. Grayscale: #DADADA. Windows color (decimal): -5706242 or 16706984. OLE color: 16706984.
HSL color Cylindrical-coordinate representation of color #A8EDFE: hue angle of 191.86º 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 #A8EDFE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 237 | 254 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.00 |
| HSL | 191.86º | 0.98% | 0.83% | - |
| HSV(B) | 191.86º | 0.34% | 1% | - |
| XYZ | 64.32 | 76.05 | 105.05 | - |
| YUV | 218.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 254 | 0.34 | 0.07 | 0 | 0.00 | 191.86 | 0.98 | 0.83 |
| Hex | A8 | ED | FE | 22 | 7 | 0 | 0 | C0 | 62 | 53 |
| Octal | 250 | 355 | 376 | 42 | 7 | 0 | 0 | 300 | 142 | 123 |
| Binary | 10101000 | 11101101 | 11111110 | 100010 | 111 | 0 | 0 | 11000000 | 1100010 | 1010011 |
Color Harmonies of #A8EDFE
Complementary color
Monochromatic Colors of #A8EDFE
Black with #A8EDFE
Text Example
Text Example
White with #A8EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDFE; }
p { color: rgb(168,237,254); }
H1.HeaderClassName
{
color: #A8EDFE;
}
.AnyTagClassName
{
color: #A8EDFE;
}
</style>
background-color css
<style>
a { background-color: #A8EDFE; }
a { background-color: rgb(168,237,254); }
div.DivClassName
{
background-color: #A8EDFE;
}
.BgClassName
{
background-color: #A8EDFE;
}
</style>
border-color css
<style>
span { border-color: #A8EDFE; }
span { border-color: rgb(168,237,254); }
td.TdClassName
{
border-color: #A8EDFE;
}
.TagClassName
{
border-color: #A8EDFE;
}
</style>