Shades of Blizzard Blue #A5EAF2
Tints of Blizzard Blue #A5EAF2
RGB
CMYK
RGB Variations
Color information
#A5EAF2 (or 0xA5EAF2) is known color: Blizzard Blue. HEX triplet: A5, EA and F2. RGB value is (165,234,242). Sum of RGB (Red+Green+Blue) = 165+234+242=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAF2 is #5A150D. Grayscale: #D6D6D6. Windows color (decimal): -5903630 or 15919781. OLE color: 15919781.
HSL color Cylindrical-coordinate representation of color #A5EAF2: hue angle of 186.23º degrees, saturation: 0.75, 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 #A5EAF2 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 234 | 242 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.05 |
| HSL | 186.23º | 0.75% | 0.8% | - |
| HSV(B) | 186.23º | 0.32% | 0.95% | - |
| XYZ | 60.97 | 73.26 | 94.93 | - |
| YUV | 214.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 242 | 0.32 | 0.03 | 0 | 0.05 | 186.23 | 0.75 | 0.8 |
| Hex | A5 | EA | F2 | 20 | 3 | 0 | 5 | BA | 4B | 50 |
| Octal | 245 | 352 | 362 | 40 | 3 | 0 | 5 | 272 | 113 | 120 |
| Binary | 10100101 | 11101010 | 11110010 | 100000 | 11 | 0 | 101 | 10111010 | 1001011 | 1010000 |
Color Harmonies of #A5EAF2
Complementary color
Monochromatic Colors of #A5EAF2
Black with #A5EAF2
Text Example
Text Example
White with #A5EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAF2; }
p { color: rgb(165,234,242); }
H1.HeaderClassName
{
color: #A5EAF2;
}
.AnyTagClassName
{
color: #A5EAF2;
}
</style>
background-color css
<style>
a { background-color: #A5EAF2; }
a { background-color: rgb(165,234,242); }
div.DivClassName
{
background-color: #A5EAF2;
}
.BgClassName
{
background-color: #A5EAF2;
}
</style>
border-color css
<style>
span { border-color: #A5EAF2; }
span { border-color: rgb(165,234,242); }
td.TdClassName
{
border-color: #A5EAF2;
}
.TagClassName
{
border-color: #A5EAF2;
}
</style>