Shades of Blizzard Blue #A5EBF4
Tints of Blizzard Blue #A5EBF4
RGB
CMYK
RGB Variations
Color information
#A5EBF4 (or 0xA5EBF4) is known color: Blizzard Blue. HEX triplet: A5, EB and F4. RGB value is (165,235,244). Sum of RGB (Red+Green+Blue) = 165+235+244=644 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.62% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #A5EBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EBF4 is #5A140B. Grayscale: #D6D6D6. Windows color (decimal): -5903372 or 16051109. OLE color: 16051109.
HSL color Cylindrical-coordinate representation of color #A5EBF4: hue angle of 186.84º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5EBF4 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 235 | 244 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.04 |
| HSL | 186.84º | 0.78% | 0.8% | - |
| HSV(B) | 186.84º | 0.32% | 0.96% | - |
| XYZ | 61.55 | 73.95 | 96.62 | - |
| YUV | 215.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 244 | 0.32 | 0.04 | 0 | 0.04 | 186.84 | 0.78 | 0.8 |
| Hex | A5 | EB | F4 | 20 | 4 | 0 | 4 | BB | 4E | 50 |
| Octal | 245 | 353 | 364 | 40 | 4 | 0 | 4 | 273 | 116 | 120 |
| Binary | 10100101 | 11101011 | 11110100 | 100000 | 100 | 0 | 100 | 10111011 | 1001110 | 1010000 |
Color Harmonies of #A5EBF4
Complementary color
Monochromatic Colors of #A5EBF4
Black with #A5EBF4
Text Example
Text Example
White with #A5EBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBF4; }
p { color: rgb(165,235,244); }
H1.HeaderClassName
{
color: #A5EBF4;
}
.AnyTagClassName
{
color: #A5EBF4;
}
</style>
background-color css
<style>
a { background-color: #A5EBF4; }
a { background-color: rgb(165,235,244); }
div.DivClassName
{
background-color: #A5EBF4;
}
.BgClassName
{
background-color: #A5EBF4;
}
</style>
border-color css
<style>
span { border-color: #A5EBF4; }
span { border-color: rgb(165,235,244); }
td.TdClassName
{
border-color: #A5EBF4;
}
.TagClassName
{
border-color: #A5EBF4;
}
</style>