Shades of Blizzard Blue #A3DEED
Tints of Blizzard Blue #A3DEED
RGB
CMYK
RGB Variations
Color information
#A3DEED (or 0xA3DEED) is known color: Blizzard Blue. HEX triplet: A3, DE and ED. RGB value is (163,222,237). Sum of RGB (Red+Green+Blue) = 163+222+237=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DEED is #5C2112. Grayscale: #CDCDCD. Windows color (decimal): -6037779 or 15589027. OLE color: 15589027.
HSL color Cylindrical-coordinate representation of color #A3DEED: hue angle of 192.16º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3DEED is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 222 | 237 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.07 |
| HSL | 192.16º | 0.67% | 0.78% | - |
| HSV(B) | 192.16º | 0.31% | 0.93% | - |
| XYZ | 56.51 | 66.14 | 89.91 | - |
| YUV | 206.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 237 | 0.31 | 0.06 | 0 | 0.07 | 192.16 | 0.67 | 0.78 |
| Hex | A3 | DE | ED | 1F | 6 | 0 | 7 | C0 | 43 | 4E |
| Octal | 243 | 336 | 355 | 37 | 6 | 0 | 7 | 300 | 103 | 116 |
| Binary | 10100011 | 11011110 | 11101101 | 11111 | 110 | 0 | 111 | 11000000 | 1000011 | 1001110 |
Color Harmonies of #A3DEED
Complementary color
Monochromatic Colors of #A3DEED
Black with #A3DEED
Text Example
Text Example
White with #A3DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEED; }
p { color: rgb(163,222,237); }
H1.HeaderClassName
{
color: #A3DEED;
}
.AnyTagClassName
{
color: #A3DEED;
}
</style>
background-color css
<style>
a { background-color: #A3DEED; }
a { background-color: rgb(163,222,237); }
div.DivClassName
{
background-color: #A3DEED;
}
.BgClassName
{
background-color: #A3DEED;
}
</style>
border-color css
<style>
span { border-color: #A3DEED; }
span { border-color: rgb(163,222,237); }
td.TdClassName
{
border-color: #A3DEED;
}
.TagClassName
{
border-color: #A3DEED;
}
</style>