Shades of Blizzard Blue #94ECF6
Tints of Blizzard Blue #94ECF6
RGB
CMYK
RGB Variations
Color information
#94ECF6 (or 0x94ECF6) is known color: Blizzard Blue. HEX triplet: 94, EC and F6. RGB value is (148,236,246). Sum of RGB (Red+Green+Blue) = 148+236+246=630 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.49% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #94ECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECF6 is #6B1309. Grayscale: #D2D2D2. Windows color (decimal): -7017226 or 16182420. OLE color: 16182420.
HSL color Cylindrical-coordinate representation of color #94ECF6: hue angle of 186.12º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94ECF6 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 236 | 246 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.04 |
| HSL | 186.12º | 0.84% | 0.77% | - |
| HSV(B) | 186.12º | 0.4% | 0.96% | - |
| XYZ | 58.84 | 72.94 | 98.17 | - |
| YUV | 210.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 246 | 0.40 | 0.04 | 0 | 0.04 | 186.12 | 0.84 | 0.77 |
| Hex | 94 | EC | F6 | 28 | 4 | 0 | 4 | BA | 54 | 4D |
| Octal | 224 | 354 | 366 | 50 | 4 | 0 | 4 | 272 | 124 | 115 |
| Binary | 10010100 | 11101100 | 11110110 | 101000 | 100 | 0 | 100 | 10111010 | 1010100 | 1001101 |
Color Harmonies of #94ECF6
Complementary color
Monochromatic Colors of #94ECF6
Black with #94ECF6
Text Example
Text Example
White with #94ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECF6; }
p { color: rgb(148,236,246); }
H1.HeaderClassName
{
color: #94ECF6;
}
.AnyTagClassName
{
color: #94ECF6;
}
</style>
background-color css
<style>
a { background-color: #94ECF6; }
a { background-color: rgb(148,236,246); }
div.DivClassName
{
background-color: #94ECF6;
}
.BgClassName
{
background-color: #94ECF6;
}
</style>
border-color css
<style>
span { border-color: #94ECF6; }
span { border-color: rgb(148,236,246); }
td.TdClassName
{
border-color: #94ECF6;
}
.TagClassName
{
border-color: #94ECF6;
}
</style>