Shades of Blizzard Blue #93ECE0
Tints of Blizzard Blue #93ECE0
RGB
CMYK
RGB Variations
Color information
#93ECE0 (or 0x93ECE0) is known color: Blizzard Blue. HEX triplet: 93, EC and E0. RGB value is (147,236,224). Sum of RGB (Red+Green+Blue) = 147+236+224=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECE0 is #6C131F. Grayscale: #CFCFCF. Windows color (decimal): -7082784 or 14740627. OLE color: 14740627.
HSL color Cylindrical-coordinate representation of color #93ECE0: hue angle of 171.91º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ECE0 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 224 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.07 |
| HSL | 171.91º | 0.7% | 0.75% | - |
| HSV(B) | 171.91º | 0.38% | 0.93% | - |
| XYZ | 55.48 | 71.58 | 81.41 | - |
| YUV | 208.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 224 | 0.38 | 0 | 0.05 | 0.07 | 171.91 | 0.7 | 0.75 |
| Hex | 93 | EC | E0 | 26 | 0 | 5 | 7 | AC | 46 | 4B |
| Octal | 223 | 354 | 340 | 46 | 0 | 5 | 7 | 254 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11100000 | 100110 | 0 | 101 | 111 | 10101100 | 1000110 | 1001011 |
Color Harmonies of #93ECE0
Complementary color
Monochromatic Colors of #93ECE0
Black with #93ECE0
Text Example
Text Example
White with #93ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECE0; }
p { color: rgb(147,236,224); }
H1.HeaderClassName
{
color: #93ECE0;
}
.AnyTagClassName
{
color: #93ECE0;
}
</style>
background-color css
<style>
a { background-color: #93ECE0; }
a { background-color: rgb(147,236,224); }
div.DivClassName
{
background-color: #93ECE0;
}
.BgClassName
{
background-color: #93ECE0;
}
</style>
border-color css
<style>
span { border-color: #93ECE0; }
span { border-color: rgb(147,236,224); }
td.TdClassName
{
border-color: #93ECE0;
}
.TagClassName
{
border-color: #93ECE0;
}
</style>