Shades of Blizzard Blue #A6EFFB
Tints of Blizzard Blue #A6EFFB
RGB
CMYK
RGB Variations
Color information
#A6EFFB (or 0xA6EFFB) is known color: Blizzard Blue. HEX triplet: A6, EF and FB. RGB value is (166,239,251). Sum of RGB (Red+Green+Blue) = 166+239+251=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EFFB is #591004. Grayscale: #DADADA. Windows color (decimal): -5836805 or 16510886. OLE color: 16510886.
HSL color Cylindrical-coordinate representation of color #A6EFFB: hue angle of 188.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6EFFB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 239 | 251 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.02 |
| HSL | 188.47º | 0.91% | 0.82% | - |
| HSV(B) | 188.47º | 0.34% | 0.98% | - |
| XYZ | 64 | 76.81 | 102.72 | - |
| YUV | 218.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 251 | 0.34 | 0.05 | 0 | 0.02 | 188.47 | 0.91 | 0.82 |
| Hex | A6 | EF | FB | 22 | 5 | 0 | 2 | BC | 5B | 52 |
| Octal | 246 | 357 | 373 | 42 | 5 | 0 | 2 | 274 | 133 | 122 |
| Binary | 10100110 | 11101111 | 11111011 | 100010 | 101 | 0 | 10 | 10111100 | 1011011 | 1010010 |
Color Harmonies of #A6EFFB
Complementary color
Monochromatic Colors of #A6EFFB
Black with #A6EFFB
Text Example
Text Example
White with #A6EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFFB; }
p { color: rgb(166,239,251); }
H1.HeaderClassName
{
color: #A6EFFB;
}
.AnyTagClassName
{
color: #A6EFFB;
}
</style>
background-color css
<style>
a { background-color: #A6EFFB; }
a { background-color: rgb(166,239,251); }
div.DivClassName
{
background-color: #A6EFFB;
}
.BgClassName
{
background-color: #A6EFFB;
}
</style>
border-color css
<style>
span { border-color: #A6EFFB; }
span { border-color: rgb(166,239,251); }
td.TdClassName
{
border-color: #A6EFFB;
}
.TagClassName
{
border-color: #A6EFFB;
}
</style>