Shades of Blizzard Blue #93E8F7
Tints of Blizzard Blue #93E8F7
RGB
CMYK
RGB Variations
Color information
#93E8F7 (or 0x93E8F7) is known color: Blizzard Blue. HEX triplet: 93, E8 and F7. RGB value is (147,232,247). Sum of RGB (Red+Green+Blue) = 147+232+247=626 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.48% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #93E8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E8F7 is #6C1708. Grayscale: #D0D0D0. Windows color (decimal): -7083785 or 16246931. OLE color: 16246931.
HSL color Cylindrical-coordinate representation of color #93E8F7: hue angle of 189º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93E8F7 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 232 | 247 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.03 |
| HSL | 189º | 0.86% | 0.77% | - |
| HSV(B) | 189º | 0.4% | 0.97% | - |
| XYZ | 57.68 | 70.63 | 98.59 | - |
| YUV | 208.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 247 | 0.40 | 0.06 | 0 | 0.03 | 189 | 0.86 | 0.77 |
| Hex | 93 | E8 | F7 | 28 | 6 | 0 | 3 | BD | 56 | 4D |
| Octal | 223 | 350 | 367 | 50 | 6 | 0 | 3 | 275 | 126 | 115 |
| Binary | 10010011 | 11101000 | 11110111 | 101000 | 110 | 0 | 11 | 10111101 | 1010110 | 1001101 |
Color Harmonies of #93E8F7
Complementary color
Monochromatic Colors of #93E8F7
Black with #93E8F7
Text Example
Text Example
White with #93E8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E8F7; }
p { color: rgb(147,232,247); }
H1.HeaderClassName
{
color: #93E8F7;
}
.AnyTagClassName
{
color: #93E8F7;
}
</style>
background-color css
<style>
a { background-color: #93E8F7; }
a { background-color: rgb(147,232,247); }
div.DivClassName
{
background-color: #93E8F7;
}
.BgClassName
{
background-color: #93E8F7;
}
</style>
border-color css
<style>
span { border-color: #93E8F7; }
span { border-color: rgb(147,232,247); }
td.TdClassName
{
border-color: #93E8F7;
}
.TagClassName
{
border-color: #93E8F7;
}
</style>