Shades of Blizzard Blue #93ECE1
Tints of Blizzard Blue #93ECE1
RGB
CMYK
RGB Variations
Color information
#93ECE1 (or 0x93ECE1) is known color: Blizzard Blue. HEX triplet: 93, EC and E1. RGB value is (147,236,225). Sum of RGB (Red+Green+Blue) = 147+236+225=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECE1 is #6C131E. Grayscale: #D0D0D0. Windows color (decimal): -7082783 or 14806163. OLE color: 14806163.
HSL color Cylindrical-coordinate representation of color #93ECE1: hue angle of 172.58º 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 #93ECE1 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 225 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.07 |
| HSL | 172.58º | 0.7% | 0.75% | - |
| HSV(B) | 172.58º | 0.38% | 0.93% | - |
| XYZ | 55.62 | 71.63 | 82.13 | - |
| YUV | 208.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 225 | 0.38 | 0 | 0.05 | 0.07 | 172.58 | 0.7 | 0.75 |
| Hex | 93 | EC | E1 | 26 | 0 | 5 | 7 | AD | 46 | 4B |
| Octal | 223 | 354 | 341 | 46 | 0 | 5 | 7 | 255 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11100001 | 100110 | 0 | 101 | 111 | 10101101 | 1000110 | 1001011 |
Color Harmonies of #93ECE1
Complementary color
Monochromatic Colors of #93ECE1
Black with #93ECE1
Text Example
Text Example
White with #93ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECE1; }
p { color: rgb(147,236,225); }
H1.HeaderClassName
{
color: #93ECE1;
}
.AnyTagClassName
{
color: #93ECE1;
}
</style>
background-color css
<style>
a { background-color: #93ECE1; }
a { background-color: rgb(147,236,225); }
div.DivClassName
{
background-color: #93ECE1;
}
.BgClassName
{
background-color: #93ECE1;
}
</style>
border-color css
<style>
span { border-color: #93ECE1; }
span { border-color: rgb(147,236,225); }
td.TdClassName
{
border-color: #93ECE1;
}
.TagClassName
{
border-color: #93ECE1;
}
</style>