Shades of Blizzard Blue #94E6EC
Tints of Blizzard Blue #94E6EC
RGB
CMYK
RGB Variations
Color information
#94E6EC (or 0x94E6EC) is known color: Blizzard Blue. HEX triplet: 94, E6 and EC. RGB value is (148,230,236). Sum of RGB (Red+Green+Blue) = 148+230+236=614 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.10% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #94E6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E6EC is #6B1913. Grayscale: #CECECE. Windows color (decimal): -7018772 or 15525524. OLE color: 15525524.
HSL color Cylindrical-coordinate representation of color #94E6EC: hue angle of 184.09º 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 #94E6EC is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 230 | 236 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.07 |
| HSL | 184.09º | 0.7% | 0.75% | - |
| HSV(B) | 184.09º | 0.37% | 0.93% | - |
| XYZ | 55.65 | 68.95 | 89.73 | - |
| YUV | 206.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 236 | 0.37 | 0.03 | 0 | 0.07 | 184.09 | 0.7 | 0.75 |
| Hex | 94 | E6 | EC | 25 | 3 | 0 | 7 | B8 | 46 | 4B |
| Octal | 224 | 346 | 354 | 45 | 3 | 0 | 7 | 270 | 106 | 113 |
| Binary | 10010100 | 11100110 | 11101100 | 100101 | 11 | 0 | 111 | 10111000 | 1000110 | 1001011 |
Color Harmonies of #94E6EC
Complementary color
Monochromatic Colors of #94E6EC
Black with #94E6EC
Text Example
Text Example
White with #94E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E6EC; }
p { color: rgb(148,230,236); }
H1.HeaderClassName
{
color: #94E6EC;
}
.AnyTagClassName
{
color: #94E6EC;
}
</style>
background-color css
<style>
a { background-color: #94E6EC; }
a { background-color: rgb(148,230,236); }
div.DivClassName
{
background-color: #94E6EC;
}
.BgClassName
{
background-color: #94E6EC;
}
</style>
border-color css
<style>
span { border-color: #94E6EC; }
span { border-color: rgb(148,230,236); }
td.TdClassName
{
border-color: #94E6EC;
}
.TagClassName
{
border-color: #94E6EC;
}
</style>