Shades of Blizzard Blue #93EEF0
Tints of Blizzard Blue #93EEF0
RGB
CMYK
RGB Variations
Color information
#93EEF0 (or 0x93EEF0) is known color: Blizzard Blue. HEX triplet: 93, EE and F0. RGB value is (147,238,240). Sum of RGB (Red+Green+Blue) = 147+238+240=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #93EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEF0 is #6C110F. Grayscale: #D2D2D2. Windows color (decimal): -7082256 or 15789715. OLE color: 15789715.
HSL color Cylindrical-coordinate representation of color #93EEF0: hue angle of 181.29º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93EEF0 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 238 | 240 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.06 |
| HSL | 181.29º | 0.76% | 0.76% | - |
| HSV(B) | 181.29º | 0.39% | 0.94% | - |
| XYZ | 58.34 | 73.64 | 93.58 | - |
| YUV | 211.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 240 | 0.39 | 0.01 | 0 | 0.06 | 181.29 | 0.76 | 0.76 |
| Hex | 93 | EE | F0 | 27 | 1 | 0 | 6 | B5 | 4C | 4C |
| Octal | 223 | 356 | 360 | 47 | 1 | 0 | 6 | 265 | 114 | 114 |
| Binary | 10010011 | 11101110 | 11110000 | 100111 | 1 | 0 | 110 | 10110101 | 1001100 | 1001100 |
Color Harmonies of #93EEF0
Complementary color
Monochromatic Colors of #93EEF0
Black with #93EEF0
Text Example
Text Example
White with #93EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEF0; }
p { color: rgb(147,238,240); }
H1.HeaderClassName
{
color: #93EEF0;
}
.AnyTagClassName
{
color: #93EEF0;
}
</style>
background-color css
<style>
a { background-color: #93EEF0; }
a { background-color: rgb(147,238,240); }
div.DivClassName
{
background-color: #93EEF0;
}
.BgClassName
{
background-color: #93EEF0;
}
</style>
border-color css
<style>
span { border-color: #93EEF0; }
span { border-color: rgb(147,238,240); }
td.TdClassName
{
border-color: #93EEF0;
}
.TagClassName
{
border-color: #93EEF0;
}
</style>