Shades of Blizzard Blue #94ECEA
Tints of Blizzard Blue #94ECEA
RGB
CMYK
RGB Variations
Color information
#94ECEA (or 0x94ECEA) is known color: Blizzard Blue. HEX triplet: 94, EC and EA. RGB value is (148,236,234). Sum of RGB (Red+Green+Blue) = 148+236+234=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECEA is #6B1315. Grayscale: #D1D1D1. Windows color (decimal): -7017238 or 15395988. OLE color: 15395988.
HSL color Cylindrical-coordinate representation of color #94ECEA: hue angle of 178.64º 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 #94ECEA is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 234 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.07 |
| HSL | 178.64º | 0.7% | 0.75% | - |
| HSV(B) | 178.64º | 0.37% | 0.93% | - |
| XYZ | 57.06 | 72.23 | 88.78 | - |
| YUV | 209.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 234 | 0.37 | 0 | 0.01 | 0.07 | 178.64 | 0.7 | 0.75 |
| Hex | 94 | EC | EA | 25 | 0 | 1 | 7 | B3 | 46 | 4B |
| Octal | 224 | 354 | 352 | 45 | 0 | 1 | 7 | 263 | 106 | 113 |
| Binary | 10010100 | 11101100 | 11101010 | 100101 | 0 | 1 | 111 | 10110011 | 1000110 | 1001011 |
Color Harmonies of #94ECEA
Complementary color
Monochromatic Colors of #94ECEA
Black with #94ECEA
Text Example
Text Example
White with #94ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECEA; }
p { color: rgb(148,236,234); }
H1.HeaderClassName
{
color: #94ECEA;
}
.AnyTagClassName
{
color: #94ECEA;
}
</style>
background-color css
<style>
a { background-color: #94ECEA; }
a { background-color: rgb(148,236,234); }
div.DivClassName
{
background-color: #94ECEA;
}
.BgClassName
{
background-color: #94ECEA;
}
</style>
border-color css
<style>
span { border-color: #94ECEA; }
span { border-color: rgb(148,236,234); }
td.TdClassName
{
border-color: #94ECEA;
}
.TagClassName
{
border-color: #94ECEA;
}
</style>