Shades of Blizzard Blue #93E7ED
Tints of Blizzard Blue #93E7ED
RGB
CMYK
RGB Variations
Color information
#93E7ED (or 0x93E7ED) is known color: Blizzard Blue. HEX triplet: 93, E7 and ED. RGB value is (147,231,237). Sum of RGB (Red+Green+Blue) = 147+231+237=615 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.90% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #93E7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E7ED is #6C1812. Grayscale: #CECECE. Windows color (decimal): -7084051 or 15591315. OLE color: 15591315.
HSL color Cylindrical-coordinate representation of color #93E7ED: hue angle of 184º 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 #93E7ED is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 231 | 237 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.07 |
| HSL | 184º | 0.71% | 0.75% | - |
| HSV(B) | 184º | 0.38% | 0.93% | - |
| XYZ | 55.89 | 69.47 | 90.58 | - |
| YUV | 206.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 231 | 237 | 0.38 | 0.03 | 0 | 0.07 | 184 | 0.71 | 0.75 |
| Hex | 93 | E7 | ED | 26 | 3 | 0 | 7 | B8 | 47 | 4B |
| Octal | 223 | 347 | 355 | 46 | 3 | 0 | 7 | 270 | 107 | 113 |
| Binary | 10010011 | 11100111 | 11101101 | 100110 | 11 | 0 | 111 | 10111000 | 1000111 | 1001011 |
Color Harmonies of #93E7ED
Complementary color
Monochromatic Colors of #93E7ED
Black with #93E7ED
Text Example
Text Example
White with #93E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E7ED; }
p { color: rgb(147,231,237); }
H1.HeaderClassName
{
color: #93E7ED;
}
.AnyTagClassName
{
color: #93E7ED;
}
</style>
background-color css
<style>
a { background-color: #93E7ED; }
a { background-color: rgb(147,231,237); }
div.DivClassName
{
background-color: #93E7ED;
}
.BgClassName
{
background-color: #93E7ED;
}
</style>
border-color css
<style>
span { border-color: #93E7ED; }
span { border-color: rgb(147,231,237); }
td.TdClassName
{
border-color: #93E7ED;
}
.TagClassName
{
border-color: #93E7ED;
}
</style>