Shades of Blizzard Blue #93ECF0
Tints of Blizzard Blue #93ECF0
RGB
CMYK
RGB Variations
Color information
#93ECF0 (or 0x93ECF0) is known color: Blizzard Blue. HEX triplet: 93, EC and F0. RGB value is (147,236,240). Sum of RGB (Red+Green+Blue) = 147+236+240=623 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.60% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #93ECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECF0 is #6C130F. Grayscale: #D1D1D1. Windows color (decimal): -7082768 or 15789203. OLE color: 15789203.
HSL color Cylindrical-coordinate representation of color #93ECF0: hue angle of 182.58º 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 #93ECF0 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 236 | 240 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.06 |
| HSL | 182.58º | 0.76% | 0.76% | - |
| HSV(B) | 182.58º | 0.39% | 0.94% | - |
| XYZ | 57.76 | 72.49 | 93.39 | - |
| YUV | 209.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 240 | 0.39 | 0.02 | 0 | 0.06 | 182.58 | 0.76 | 0.76 |
| Hex | 93 | EC | F0 | 27 | 2 | 0 | 6 | B7 | 4C | 4C |
| Octal | 223 | 354 | 360 | 47 | 2 | 0 | 6 | 267 | 114 | 114 |
| Binary | 10010011 | 11101100 | 11110000 | 100111 | 10 | 0 | 110 | 10110111 | 1001100 | 1001100 |
Color Harmonies of #93ECF0
Complementary color
Monochromatic Colors of #93ECF0
Black with #93ECF0
Text Example
Text Example
White with #93ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECF0; }
p { color: rgb(147,236,240); }
H1.HeaderClassName
{
color: #93ECF0;
}
.AnyTagClassName
{
color: #93ECF0;
}
</style>
background-color css
<style>
a { background-color: #93ECF0; }
a { background-color: rgb(147,236,240); }
div.DivClassName
{
background-color: #93ECF0;
}
.BgClassName
{
background-color: #93ECF0;
}
</style>
border-color css
<style>
span { border-color: #93ECF0; }
span { border-color: rgb(147,236,240); }
td.TdClassName
{
border-color: #93ECF0;
}
.TagClassName
{
border-color: #93ECF0;
}
</style>