Shades of Blizzard Blue #A8EFFB
Tints of Blizzard Blue #A8EFFB
RGB
CMYK
RGB Variations
Color information
#A8EFFB (or 0xA8EFFB) is known color: Blizzard Blue. HEX triplet: A8, EF and FB. RGB value is (168,239,251). Sum of RGB (Red+Green+Blue) = 168+239+251=658 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.53% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFFB is #571004. Grayscale: #DBDBDB. Windows color (decimal): -5705733 or 16510888. OLE color: 16510888.
HSL color Cylindrical-coordinate representation of color #A8EFFB: hue angle of 188.67º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EFFB is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 239 | 251 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.02 |
| HSL | 188.67º | 0.91% | 0.82% | - |
| HSV(B) | 188.67º | 0.33% | 0.98% | - |
| XYZ | 64.43 | 77.02 | 102.74 | - |
| YUV | 219.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 251 | 0.33 | 0.05 | 0 | 0.02 | 188.67 | 0.91 | 0.82 |
| Hex | A8 | EF | FB | 21 | 5 | 0 | 2 | BD | 5B | 52 |
| Octal | 250 | 357 | 373 | 41 | 5 | 0 | 2 | 275 | 133 | 122 |
| Binary | 10101000 | 11101111 | 11111011 | 100001 | 101 | 0 | 10 | 10111101 | 1011011 | 1010010 |
Color Harmonies of #A8EFFB
Complementary color
Monochromatic Colors of #A8EFFB
Black with #A8EFFB
Text Example
Text Example
White with #A8EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFFB; }
p { color: rgb(168,239,251); }
H1.HeaderClassName
{
color: #A8EFFB;
}
.AnyTagClassName
{
color: #A8EFFB;
}
</style>
background-color css
<style>
a { background-color: #A8EFFB; }
a { background-color: rgb(168,239,251); }
div.DivClassName
{
background-color: #A8EFFB;
}
.BgClassName
{
background-color: #A8EFFB;
}
</style>
border-color css
<style>
span { border-color: #A8EFFB; }
span { border-color: rgb(168,239,251); }
td.TdClassName
{
border-color: #A8EFFB;
}
.TagClassName
{
border-color: #A8EFFB;
}
</style>