Shades of Blizzard Blue #93ECE6
Tints of Blizzard Blue #93ECE6
RGB
CMYK
RGB Variations
Color information
#93ECE6 (or 0x93ECE6) is known color: Blizzard Blue. HEX triplet: 93, EC and E6. RGB value is (147,236,230). Sum of RGB (Red+Green+Blue) = 147+236+230=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECE6 is #6C1319. Grayscale: #D0D0D0. Windows color (decimal): -7082778 or 15133843. OLE color: 15133843.
HSL color Cylindrical-coordinate representation of color #93ECE6: hue angle of 175.96º 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 #93ECE6 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 230 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.07 |
| HSL | 175.96º | 0.7% | 0.75% | - |
| HSV(B) | 175.96º | 0.38% | 0.93% | - |
| XYZ | 56.31 | 71.91 | 85.77 | - |
| YUV | 208.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 230 | 0.38 | 0 | 0.03 | 0.07 | 175.96 | 0.7 | 0.75 |
| Hex | 93 | EC | E6 | 26 | 0 | 3 | 7 | B0 | 46 | 4B |
| Octal | 223 | 354 | 346 | 46 | 0 | 3 | 7 | 260 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11100110 | 100110 | 0 | 11 | 111 | 10110000 | 1000110 | 1001011 |
Color Harmonies of #93ECE6
Complementary color
Monochromatic Colors of #93ECE6
Black with #93ECE6
Text Example
Text Example
White with #93ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECE6; }
p { color: rgb(147,236,230); }
H1.HeaderClassName
{
color: #93ECE6;
}
.AnyTagClassName
{
color: #93ECE6;
}
</style>
background-color css
<style>
a { background-color: #93ECE6; }
a { background-color: rgb(147,236,230); }
div.DivClassName
{
background-color: #93ECE6;
}
.BgClassName
{
background-color: #93ECE6;
}
</style>
border-color css
<style>
span { border-color: #93ECE6; }
span { border-color: rgb(147,236,230); }
td.TdClassName
{
border-color: #93ECE6;
}
.TagClassName
{
border-color: #93ECE6;
}
</style>