Shades of Blizzard Blue #93EDF0
Tints of Blizzard Blue #93EDF0
RGB
CMYK
RGB Variations
Color information
#93EDF0 (or 0x93EDF0) is known color: Blizzard Blue. HEX triplet: 93, ED and F0. RGB value is (147,237,240). Sum of RGB (Red+Green+Blue) = 147+237+240=624 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.56% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #93EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDF0 is #6C120F. Grayscale: #D2D2D2. Windows color (decimal): -7082512 or 15789459. OLE color: 15789459.
HSL color Cylindrical-coordinate representation of color #93EDF0: hue angle of 181.94º 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 #93EDF0 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 237 | 240 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.06 |
| HSL | 181.94º | 0.76% | 0.76% | - |
| HSV(B) | 181.94º | 0.39% | 0.94% | - |
| XYZ | 58.04 | 73.06 | 93.48 | - |
| YUV | 210.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 240 | 0.39 | 0.01 | 0 | 0.06 | 181.94 | 0.76 | 0.76 |
| Hex | 93 | ED | F0 | 27 | 1 | 0 | 6 | B6 | 4C | 4C |
| Octal | 223 | 355 | 360 | 47 | 1 | 0 | 6 | 266 | 114 | 114 |
| Binary | 10010011 | 11101101 | 11110000 | 100111 | 1 | 0 | 110 | 10110110 | 1001100 | 1001100 |
Color Harmonies of #93EDF0
Complementary color
Monochromatic Colors of #93EDF0
Black with #93EDF0
Text Example
Text Example
White with #93EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDF0; }
p { color: rgb(147,237,240); }
H1.HeaderClassName
{
color: #93EDF0;
}
.AnyTagClassName
{
color: #93EDF0;
}
</style>
background-color css
<style>
a { background-color: #93EDF0; }
a { background-color: rgb(147,237,240); }
div.DivClassName
{
background-color: #93EDF0;
}
.BgClassName
{
background-color: #93EDF0;
}
</style>
border-color css
<style>
span { border-color: #93EDF0; }
span { border-color: rgb(147,237,240); }
td.TdClassName
{
border-color: #93EDF0;
}
.TagClassName
{
border-color: #93EDF0;
}
</style>