Shades of Blizzard Blue #93E0EF
Tints of Blizzard Blue #93E0EF
RGB
CMYK
RGB Variations
Color information
#93E0EF (or 0x93E0EF) is known color: Blizzard Blue. HEX triplet: 93, E0 and EF. RGB value is (147,224,239). Sum of RGB (Red+Green+Blue) = 147+224+239=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #93E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E0EF is #6C1F10. Grayscale: #CACACA. Windows color (decimal): -7085841 or 15720595. OLE color: 15720595.
HSL color Cylindrical-coordinate representation of color #93E0EF: hue angle of 189.78º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93E0EF is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 224 | 239 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.06 |
| HSL | 189.78º | 0.74% | 0.76% | - |
| HSV(B) | 189.78º | 0.38% | 0.94% | - |
| XYZ | 54.27 | 65.75 | 91.49 | - |
| YUV | 202.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 239 | 0.38 | 0.06 | 0 | 0.06 | 189.78 | 0.74 | 0.76 |
| Hex | 93 | E0 | EF | 26 | 6 | 0 | 6 | BE | 4A | 4C |
| Octal | 223 | 340 | 357 | 46 | 6 | 0 | 6 | 276 | 112 | 114 |
| Binary | 10010011 | 11100000 | 11101111 | 100110 | 110 | 0 | 110 | 10111110 | 1001010 | 1001100 |
Color Harmonies of #93E0EF
Complementary color
Monochromatic Colors of #93E0EF
Black with #93E0EF
Text Example
Text Example
White with #93E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E0EF; }
p { color: rgb(147,224,239); }
H1.HeaderClassName
{
color: #93E0EF;
}
.AnyTagClassName
{
color: #93E0EF;
}
</style>
background-color css
<style>
a { background-color: #93E0EF; }
a { background-color: rgb(147,224,239); }
div.DivClassName
{
background-color: #93E0EF;
}
.BgClassName
{
background-color: #93E0EF;
}
</style>
border-color css
<style>
span { border-color: #93E0EF; }
span { border-color: rgb(147,224,239); }
td.TdClassName
{
border-color: #93E0EF;
}
.TagClassName
{
border-color: #93E0EF;
}
</style>