Shades of Blizzard Blue #94EDE3
Tints of Blizzard Blue #94EDE3
RGB
CMYK
RGB Variations
Color information
#94EDE3 (or 0x94EDE3) is known color: Blizzard Blue. HEX triplet: 94, ED and E3. RGB value is (148,237,227). Sum of RGB (Red+Green+Blue) = 148+237+227=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDE3 is #6B121C. Grayscale: #D1D1D1. Windows color (decimal): -7016989 or 14937492. OLE color: 14937492.
HSL color Cylindrical-coordinate representation of color #94EDE3: hue angle of 173.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EDE3 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 227 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.07 |
| HSL | 173.26º | 0.71% | 0.75% | - |
| HSV(B) | 173.26º | 0.38% | 0.93% | - |
| XYZ | 56.36 | 72.41 | 83.68 | - |
| YUV | 209.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 227 | 0.38 | 0 | 0.04 | 0.07 | 173.26 | 0.71 | 0.75 |
| Hex | 94 | ED | E3 | 26 | 0 | 4 | 7 | AD | 47 | 4B |
| Octal | 224 | 355 | 343 | 46 | 0 | 4 | 7 | 255 | 107 | 113 |
| Binary | 10010100 | 11101101 | 11100011 | 100110 | 0 | 100 | 111 | 10101101 | 1000111 | 1001011 |
Color Harmonies of #94EDE3
Complementary color
Monochromatic Colors of #94EDE3
Black with #94EDE3
Text Example
Text Example
White with #94EDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EDE3; }
p { color: rgb(148,237,227); }
H1.HeaderClassName
{
color: #94EDE3;
}
.AnyTagClassName
{
color: #94EDE3;
}
</style>
background-color css
<style>
a { background-color: #94EDE3; }
a { background-color: rgb(148,237,227); }
div.DivClassName
{
background-color: #94EDE3;
}
.BgClassName
{
background-color: #94EDE3;
}
</style>
border-color css
<style>
span { border-color: #94EDE3; }
span { border-color: rgb(148,237,227); }
td.TdClassName
{
border-color: #94EDE3;
}
.TagClassName
{
border-color: #94EDE3;
}
</style>