Shades of Blizzard Blue #93E5E7
Tints of Blizzard Blue #93E5E7
RGB
CMYK
RGB Variations
Color information
#93E5E7 (or 0x93E5E7) is known color: Blizzard Blue. HEX triplet: 93, E5 and E7. RGB value is (147,229,231). Sum of RGB (Red+Green+Blue) = 147+229+231=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #93E5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E5E7 is #6C1A18. Grayscale: #CCCCCC. Windows color (decimal): -7084569 or 15197587. OLE color: 15197587.
HSL color Cylindrical-coordinate representation of color #93E5E7: hue angle of 181.43º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E5E7 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 229 | 231 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.09 |
| HSL | 181.43º | 0.64% | 0.74% | - |
| HSV(B) | 181.43º | 0.36% | 0.91% | - |
| XYZ | 54.48 | 68.01 | 85.86 | - |
| YUV | 204.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 229 | 231 | 0.36 | 0.01 | 0 | 0.09 | 181.43 | 0.64 | 0.74 |
| Hex | 93 | E5 | E7 | 24 | 1 | 0 | 9 | B5 | 40 | 4A |
| Octal | 223 | 345 | 347 | 44 | 1 | 0 | 11 | 265 | 100 | 112 |
| Binary | 10010011 | 11100101 | 11100111 | 100100 | 1 | 0 | 1001 | 10110101 | 1000000 | 1001010 |
Color Harmonies of #93E5E7
Complementary color
Monochromatic Colors of #93E5E7
Black with #93E5E7
Text Example
Text Example
White with #93E5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E5E7; }
p { color: rgb(147,229,231); }
H1.HeaderClassName
{
color: #93E5E7;
}
.AnyTagClassName
{
color: #93E5E7;
}
</style>
background-color css
<style>
a { background-color: #93E5E7; }
a { background-color: rgb(147,229,231); }
div.DivClassName
{
background-color: #93E5E7;
}
.BgClassName
{
background-color: #93E5E7;
}
</style>
border-color css
<style>
span { border-color: #93E5E7; }
span { border-color: rgb(147,229,231); }
td.TdClassName
{
border-color: #93E5E7;
}
.TagClassName
{
border-color: #93E5E7;
}
</style>