Shades of Blizzard Blue #94F2EB
Tints of Blizzard Blue #94F2EB
RGB
CMYK
RGB Variations
Color information
#94F2EB (or 0x94F2EB) is known color: Blizzard Blue. HEX triplet: 94, F2 and EB. RGB value is (148,242,235). Sum of RGB (Red+Green+Blue) = 148+242+235=625 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.68% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F2EB is #6B0D14. Grayscale: #D5D5D5. Windows color (decimal): -7015701 or 15463060. OLE color: 15463060.
HSL color Cylindrical-coordinate representation of color #94F2EB: hue angle of 175.53º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2EB is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 235 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.05 |
| HSL | 175.53º | 0.78% | 0.76% | - |
| HSV(B) | 175.53º | 0.39% | 0.95% | - |
| XYZ | 58.96 | 75.8 | 90.12 | - |
| YUV | 213.1 | 140.36 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 235 | 0.39 | 0 | 0.03 | 0.05 | 175.53 | 0.78 | 0.76 |
| Hex | 94 | F2 | EB | 27 | 0 | 3 | 5 | B0 | 4E | 4C |
| Octal | 224 | 362 | 353 | 47 | 0 | 3 | 5 | 260 | 116 | 114 |
| Binary | 10010100 | 11110010 | 11101011 | 100111 | 0 | 11 | 101 | 10110000 | 1001110 | 1001100 |
Color Harmonies of #94F2EB
Complementary color
Monochromatic Colors of #94F2EB
Black with #94F2EB
Text Example
Text Example
White with #94F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F2EB; }
p { color: rgb(148,242,235); }
H1.HeaderClassName
{
color: #94F2EB;
}
.AnyTagClassName
{
color: #94F2EB;
}
</style>
background-color css
<style>
a { background-color: #94F2EB; }
a { background-color: rgb(148,242,235); }
div.DivClassName
{
background-color: #94F2EB;
}
.BgClassName
{
background-color: #94F2EB;
}
</style>
border-color css
<style>
span { border-color: #94F2EB; }
span { border-color: rgb(148,242,235); }
td.TdClassName
{
border-color: #94F2EB;
}
.TagClassName
{
border-color: #94F2EB;
}
</style>