Shades of Blizzard Blue #93EDE1
Tints of Blizzard Blue #93EDE1
RGB
CMYK
RGB Variations
Color information
#93EDE1 (or 0x93EDE1) is known color: Blizzard Blue. HEX triplet: 93, ED and E1. RGB value is (147,237,225). Sum of RGB (Red+Green+Blue) = 147+237+225=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDE1 is #6C121E. Grayscale: #D0D0D0. Windows color (decimal): -7082527 or 14806419. OLE color: 14806419.
HSL color Cylindrical-coordinate representation of color #93EDE1: hue angle of 172º degrees, saturation: 0.71, 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 #93EDE1 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 225 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.07 |
| HSL | 172º | 0.71% | 0.75% | - |
| HSV(B) | 172º | 0.38% | 0.93% | - |
| XYZ | 55.91 | 72.21 | 82.23 | - |
| YUV | 208.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 225 | 0.38 | 0 | 0.05 | 0.07 | 172 | 0.71 | 0.75 |
| Hex | 93 | ED | E1 | 26 | 0 | 5 | 7 | AC | 47 | 4B |
| Octal | 223 | 355 | 341 | 46 | 0 | 5 | 7 | 254 | 107 | 113 |
| Binary | 10010011 | 11101101 | 11100001 | 100110 | 0 | 101 | 111 | 10101100 | 1000111 | 1001011 |
Color Harmonies of #93EDE1
Complementary color
Monochromatic Colors of #93EDE1
Black with #93EDE1
Text Example
Text Example
White with #93EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDE1; }
p { color: rgb(147,237,225); }
H1.HeaderClassName
{
color: #93EDE1;
}
.AnyTagClassName
{
color: #93EDE1;
}
</style>
background-color css
<style>
a { background-color: #93EDE1; }
a { background-color: rgb(147,237,225); }
div.DivClassName
{
background-color: #93EDE1;
}
.BgClassName
{
background-color: #93EDE1;
}
</style>
border-color css
<style>
span { border-color: #93EDE1; }
span { border-color: rgb(147,237,225); }
td.TdClassName
{
border-color: #93EDE1;
}
.TagClassName
{
border-color: #93EDE1;
}
</style>