Shades of Blizzard Blue #A6DEED
Tints of Blizzard Blue #A6DEED
RGB
CMYK
RGB Variations
Color information
#A6DEED (or 0xA6DEED) is known color: Blizzard Blue. HEX triplet: A6, DE and ED. RGB value is (166,222,237). Sum of RGB (Red+Green+Blue) = 166+222+237=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DEED is #592112. Grayscale: #CECECE. Windows color (decimal): -5841171 or 15589030. OLE color: 15589030.
HSL color Cylindrical-coordinate representation of color #A6DEED: hue angle of 192.68º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6DEED is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 222 | 237 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.07 |
| HSL | 192.68º | 0.66% | 0.79% | - |
| HSV(B) | 192.68º | 0.3% | 0.93% | - |
| XYZ | 57.13 | 66.46 | 89.94 | - |
| YUV | 206.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 237 | 0.30 | 0.06 | 0 | 0.07 | 192.68 | 0.66 | 0.79 |
| Hex | A6 | DE | ED | 1E | 6 | 0 | 7 | C1 | 42 | 4F |
| Octal | 246 | 336 | 355 | 36 | 6 | 0 | 7 | 301 | 102 | 117 |
| Binary | 10100110 | 11011110 | 11101101 | 11110 | 110 | 0 | 111 | 11000001 | 1000010 | 1001111 |
Color Harmonies of #A6DEED
Complementary color
Monochromatic Colors of #A6DEED
Black with #A6DEED
Text Example
Text Example
White with #A6DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEED; }
p { color: rgb(166,222,237); }
H1.HeaderClassName
{
color: #A6DEED;
}
.AnyTagClassName
{
color: #A6DEED;
}
</style>
background-color css
<style>
a { background-color: #A6DEED; }
a { background-color: rgb(166,222,237); }
div.DivClassName
{
background-color: #A6DEED;
}
.BgClassName
{
background-color: #A6DEED;
}
</style>
border-color css
<style>
span { border-color: #A6DEED; }
span { border-color: rgb(166,222,237); }
td.TdClassName
{
border-color: #A6DEED;
}
.TagClassName
{
border-color: #A6DEED;
}
</style>