Shades of Blizzard Blue #94ECF3
Tints of Blizzard Blue #94ECF3
RGB
CMYK
RGB Variations
Color information
#94ECF3 (or 0x94ECF3) is known color: Blizzard Blue. HEX triplet: 94, EC and F3. RGB value is (148,236,243). Sum of RGB (Red+Green+Blue) = 148+236+243=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #94ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECF3 is #6B130C. Grayscale: #D2D2D2. Windows color (decimal): -7017229 or 15985812. OLE color: 15985812.
HSL color Cylindrical-coordinate representation of color #94ECF3: hue angle of 184.42º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94ECF3 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 236 | 243 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.05 |
| HSL | 184.42º | 0.8% | 0.77% | - |
| HSV(B) | 184.42º | 0.39% | 0.95% | - |
| XYZ | 58.39 | 72.76 | 95.76 | - |
| YUV | 210.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 243 | 0.39 | 0.03 | 0 | 0.05 | 184.42 | 0.8 | 0.77 |
| Hex | 94 | EC | F3 | 27 | 3 | 0 | 5 | B8 | 50 | 4D |
| Octal | 224 | 354 | 363 | 47 | 3 | 0 | 5 | 270 | 120 | 115 |
| Binary | 10010100 | 11101100 | 11110011 | 100111 | 11 | 0 | 101 | 10111000 | 1010000 | 1001101 |
Color Harmonies of #94ECF3
Complementary color
Monochromatic Colors of #94ECF3
Black with #94ECF3
Text Example
Text Example
White with #94ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECF3; }
p { color: rgb(148,236,243); }
H1.HeaderClassName
{
color: #94ECF3;
}
.AnyTagClassName
{
color: #94ECF3;
}
</style>
background-color css
<style>
a { background-color: #94ECF3; }
a { background-color: rgb(148,236,243); }
div.DivClassName
{
background-color: #94ECF3;
}
.BgClassName
{
background-color: #94ECF3;
}
</style>
border-color css
<style>
span { border-color: #94ECF3; }
span { border-color: rgb(148,236,243); }
td.TdClassName
{
border-color: #94ECF3;
}
.TagClassName
{
border-color: #94ECF3;
}
</style>