Shades of Blizzard Blue #94E3EC
Tints of Blizzard Blue #94E3EC
RGB
CMYK
RGB Variations
Color information
#94E3EC (or 0x94E3EC) is known color: Blizzard Blue. HEX triplet: 94, E3 and EC. RGB value is (148,227,236). Sum of RGB (Red+Green+Blue) = 148+227+236=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #94E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E3EC is #6B1C13. Grayscale: #CCCCCC. Windows color (decimal): -7019540 or 15524756. OLE color: 15524756.
HSL color Cylindrical-coordinate representation of color #94E3EC: hue angle of 186.14º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94E3EC is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 227 | 236 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.07 |
| HSL | 186.14º | 0.7% | 0.75% | - |
| HSV(B) | 186.14º | 0.37% | 0.93% | - |
| XYZ | 54.82 | 67.29 | 89.46 | - |
| YUV | 204.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 227 | 236 | 0.37 | 0.04 | 0 | 0.07 | 186.14 | 0.7 | 0.75 |
| Hex | 94 | E3 | EC | 25 | 4 | 0 | 7 | BA | 46 | 4B |
| Octal | 224 | 343 | 354 | 45 | 4 | 0 | 7 | 272 | 106 | 113 |
| Binary | 10010100 | 11100011 | 11101100 | 100101 | 100 | 0 | 111 | 10111010 | 1000110 | 1001011 |
Color Harmonies of #94E3EC
Complementary color
Monochromatic Colors of #94E3EC
Black with #94E3EC
Text Example
Text Example
White with #94E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E3EC; }
p { color: rgb(148,227,236); }
H1.HeaderClassName
{
color: #94E3EC;
}
.AnyTagClassName
{
color: #94E3EC;
}
</style>
background-color css
<style>
a { background-color: #94E3EC; }
a { background-color: rgb(148,227,236); }
div.DivClassName
{
background-color: #94E3EC;
}
.BgClassName
{
background-color: #94E3EC;
}
</style>
border-color css
<style>
span { border-color: #94E3EC; }
span { border-color: rgb(148,227,236); }
td.TdClassName
{
border-color: #94E3EC;
}
.TagClassName
{
border-color: #94E3EC;
}
</style>