Shades of Blizzard Blue #93EEE4
Tints of Blizzard Blue #93EEE4
RGB
CMYK
RGB Variations
Color information
#93EEE4 (or 0x93EEE4) is known color: Blizzard Blue. HEX triplet: 93, EE and E4. RGB value is (147,238,228). Sum of RGB (Red+Green+Blue) = 147+238+228=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEE4 is #6C111B. Grayscale: #D1D1D1. Windows color (decimal): -7082268 or 15003283. OLE color: 15003283.
HSL color Cylindrical-coordinate representation of color #93EEE4: hue angle of 173.41º degrees, saturation: 0.73, 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 #93EEE4 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 228 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.07 |
| HSL | 173.41º | 0.73% | 0.75% | - |
| HSV(B) | 173.41º | 0.38% | 0.93% | - |
| XYZ | 56.61 | 72.95 | 84.5 | - |
| YUV | 209.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 228 | 0.38 | 0 | 0.04 | 0.07 | 173.41 | 0.73 | 0.75 |
| Hex | 93 | EE | E4 | 26 | 0 | 4 | 7 | AD | 49 | 4B |
| Octal | 223 | 356 | 344 | 46 | 0 | 4 | 7 | 255 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11100100 | 100110 | 0 | 100 | 111 | 10101101 | 1001001 | 1001011 |
Color Harmonies of #93EEE4
Complementary color
Monochromatic Colors of #93EEE4
Black with #93EEE4
Text Example
Text Example
White with #93EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEE4; }
p { color: rgb(147,238,228); }
H1.HeaderClassName
{
color: #93EEE4;
}
.AnyTagClassName
{
color: #93EEE4;
}
</style>
background-color css
<style>
a { background-color: #93EEE4; }
a { background-color: rgb(147,238,228); }
div.DivClassName
{
background-color: #93EEE4;
}
.BgClassName
{
background-color: #93EEE4;
}
</style>
border-color css
<style>
span { border-color: #93EEE4; }
span { border-color: rgb(147,238,228); }
td.TdClassName
{
border-color: #93EEE4;
}
.TagClassName
{
border-color: #93EEE4;
}
</style>