Shades of Blizzard Blue #A0DFF3
Tints of Blizzard Blue #A0DFF3
RGB
CMYK
RGB Variations
Color information
#A0DFF3 (or 0xA0DFF3) is known color: Blizzard Blue. HEX triplet: A0, DF and F3. RGB value is (160,223,243). Sum of RGB (Red+Green+Blue) = 160+223+243=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DFF3 is #5F200C. Grayscale: #CECECE. Windows color (decimal): -6234125 or 15982496. OLE color: 15982496.
HSL color Cylindrical-coordinate representation of color #A0DFF3: hue angle of 194.46º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0DFF3 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 223 | 243 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.05 |
| HSL | 194.46º | 0.78% | 0.79% | - |
| HSV(B) | 194.46º | 0.34% | 0.95% | - |
| XYZ | 57.06 | 66.72 | 94.66 | - |
| YUV | 206.44 | 148.63 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 243 | 0.34 | 0.08 | 0 | 0.05 | 194.46 | 0.78 | 0.79 |
| Hex | A0 | DF | F3 | 22 | 8 | 0 | 5 | C2 | 4E | 4F |
| Octal | 240 | 337 | 363 | 42 | 10 | 0 | 5 | 302 | 116 | 117 |
| Binary | 10100000 | 11011111 | 11110011 | 100010 | 1000 | 0 | 101 | 11000010 | 1001110 | 1001111 |
Color Harmonies of #A0DFF3
Complementary color
Monochromatic Colors of #A0DFF3
Black with #A0DFF3
Text Example
Text Example
White with #A0DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFF3; }
p { color: rgb(160,223,243); }
H1.HeaderClassName
{
color: #A0DFF3;
}
.AnyTagClassName
{
color: #A0DFF3;
}
</style>
background-color css
<style>
a { background-color: #A0DFF3; }
a { background-color: rgb(160,223,243); }
div.DivClassName
{
background-color: #A0DFF3;
}
.BgClassName
{
background-color: #A0DFF3;
}
</style>
border-color css
<style>
span { border-color: #A0DFF3; }
span { border-color: rgb(160,223,243); }
td.TdClassName
{
border-color: #A0DFF3;
}
.TagClassName
{
border-color: #A0DFF3;
}
</style>