Shades of Blizzard Blue #A3DFEC
Tints of Blizzard Blue #A3DFEC
RGB
CMYK
RGB Variations
Color information
#A3DFEC (or 0xA3DFEC) is known color: Blizzard Blue. HEX triplet: A3, DF and EC. RGB value is (163,223,236). Sum of RGB (Red+Green+Blue) = 163+223+236=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3DFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DFEC is #5C2013. Grayscale: #CECECE. Windows color (decimal): -6037524 or 15523747. OLE color: 15523747.
HSL color Cylindrical-coordinate representation of color #A3DFEC: hue angle of 190.68º degrees, saturation: 0.66, 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 #A3DFEC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 223 | 236 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.07 |
| HSL | 190.68º | 0.66% | 0.78% | - |
| HSV(B) | 190.68º | 0.31% | 0.93% | - |
| XYZ | 56.63 | 66.62 | 89.23 | - |
| YUV | 206.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 236 | 0.31 | 0.06 | 0 | 0.07 | 190.68 | 0.66 | 0.78 |
| Hex | A3 | DF | EC | 1F | 6 | 0 | 7 | BF | 42 | 4E |
| Octal | 243 | 337 | 354 | 37 | 6 | 0 | 7 | 277 | 102 | 116 |
| Binary | 10100011 | 11011111 | 11101100 | 11111 | 110 | 0 | 111 | 10111111 | 1000010 | 1001110 |
Color Harmonies of #A3DFEC
Complementary color
Monochromatic Colors of #A3DFEC
Black with #A3DFEC
Text Example
Text Example
White with #A3DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFEC; }
p { color: rgb(163,223,236); }
H1.HeaderClassName
{
color: #A3DFEC;
}
.AnyTagClassName
{
color: #A3DFEC;
}
</style>
background-color css
<style>
a { background-color: #A3DFEC; }
a { background-color: rgb(163,223,236); }
div.DivClassName
{
background-color: #A3DFEC;
}
.BgClassName
{
background-color: #A3DFEC;
}
</style>
border-color css
<style>
span { border-color: #A3DFEC; }
span { border-color: rgb(163,223,236); }
td.TdClassName
{
border-color: #A3DFEC;
}
.TagClassName
{
border-color: #A3DFEC;
}
</style>