Shades of Blizzard Blue #A3DFEF
Tints of Blizzard Blue #A3DFEF
RGB
CMYK
RGB Variations
Color information
#A3DFEF (or 0xA3DFEF) is known color: Blizzard Blue. HEX triplet: A3, DF and EF. RGB value is (163,223,239). Sum of RGB (Red+Green+Blue) = 163+223+239=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DFEF is #5C2010. Grayscale: #CECECE. Windows color (decimal): -6037521 or 15720355. OLE color: 15720355.
HSL color Cylindrical-coordinate representation of color #A3DFEF: hue angle of 192.63º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3DFEF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 223 | 239 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.06 |
| HSL | 192.63º | 0.7% | 0.79% | - |
| HSV(B) | 192.63º | 0.32% | 0.94% | - |
| XYZ | 57.07 | 66.79 | 91.55 | - |
| YUV | 206.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 239 | 0.32 | 0.07 | 0 | 0.06 | 192.63 | 0.7 | 0.79 |
| Hex | A3 | DF | EF | 20 | 7 | 0 | 6 | C1 | 46 | 4F |
| Octal | 243 | 337 | 357 | 40 | 7 | 0 | 6 | 301 | 106 | 117 |
| Binary | 10100011 | 11011111 | 11101111 | 100000 | 111 | 0 | 110 | 11000001 | 1000110 | 1001111 |
Color Harmonies of #A3DFEF
Complementary color
Monochromatic Colors of #A3DFEF
Black with #A3DFEF
Text Example
Text Example
White with #A3DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFEF; }
p { color: rgb(163,223,239); }
H1.HeaderClassName
{
color: #A3DFEF;
}
.AnyTagClassName
{
color: #A3DFEF;
}
</style>
background-color css
<style>
a { background-color: #A3DFEF; }
a { background-color: rgb(163,223,239); }
div.DivClassName
{
background-color: #A3DFEF;
}
.BgClassName
{
background-color: #A3DFEF;
}
</style>
border-color css
<style>
span { border-color: #A3DFEF; }
span { border-color: rgb(163,223,239); }
td.TdClassName
{
border-color: #A3DFEF;
}
.TagClassName
{
border-color: #A3DFEF;
}
</style>