Shades of Blizzard Blue #A5DEF3
Tints of Blizzard Blue #A5DEF3
RGB
CMYK
RGB Variations
Color information
#A5DEF3 (or 0xA5DEF3) is known color: Blizzard Blue. HEX triplet: A5, DE and F3. RGB value is (165,222,243). Sum of RGB (Red+Green+Blue) = 165+222+243=630 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.19% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #A5DEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DEF3 is #5A210C. Grayscale: #CFCFCF. Windows color (decimal): -5906701 or 15982245. OLE color: 15982245.
HSL color Cylindrical-coordinate representation of color #A5DEF3: hue angle of 196.15º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5DEF3 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 222 | 243 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.05 |
| HSL | 196.15º | 0.76% | 0.8% | - |
| HSV(B) | 196.15º | 0.32% | 0.95% | - |
| XYZ | 57.82 | 66.71 | 94.62 | - |
| YUV | 207.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 243 | 0.32 | 0.09 | 0 | 0.05 | 196.15 | 0.76 | 0.8 |
| Hex | A5 | DE | F3 | 20 | 9 | 0 | 5 | C4 | 4C | 50 |
| Octal | 245 | 336 | 363 | 40 | 11 | 0 | 5 | 304 | 114 | 120 |
| Binary | 10100101 | 11011110 | 11110011 | 100000 | 1001 | 0 | 101 | 11000100 | 1001100 | 1010000 |
Color Harmonies of #A5DEF3
Complementary color
Monochromatic Colors of #A5DEF3
Black with #A5DEF3
Text Example
Text Example
White with #A5DEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEF3; }
p { color: rgb(165,222,243); }
H1.HeaderClassName
{
color: #A5DEF3;
}
.AnyTagClassName
{
color: #A5DEF3;
}
</style>
background-color css
<style>
a { background-color: #A5DEF3; }
a { background-color: rgb(165,222,243); }
div.DivClassName
{
background-color: #A5DEF3;
}
.BgClassName
{
background-color: #A5DEF3;
}
</style>
border-color css
<style>
span { border-color: #A5DEF3; }
span { border-color: rgb(165,222,243); }
td.TdClassName
{
border-color: #A5DEF3;
}
.TagClassName
{
border-color: #A5DEF3;
}
</style>