Shades of Blizzard Blue #93EEED
Tints of Blizzard Blue #93EEED
RGB
CMYK
RGB Variations
Color information
#93EEED (or 0x93EEED) is known color: Blizzard Blue. HEX triplet: 93, EE and ED. RGB value is (147,238,237). Sum of RGB (Red+Green+Blue) = 147+238+237=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEED is #6C1112. Grayscale: #D2D2D2. Windows color (decimal): -7082259 or 15593107. OLE color: 15593107.
HSL color Cylindrical-coordinate representation of color #93EEED: hue angle of 179.34º degrees, saturation: 0.73, 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 #93EEED is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 237 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.07 |
| HSL | 179.34º | 0.73% | 0.75% | - |
| HSV(B) | 179.34º | 0.38% | 0.93% | - |
| XYZ | 57.89 | 73.47 | 91.25 | - |
| YUV | 210.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 237 | 0.38 | 0 | 0.00 | 0.07 | 179.34 | 0.73 | 0.75 |
| Hex | 93 | EE | ED | 26 | 0 | 0 | 7 | B3 | 49 | 4B |
| Octal | 223 | 356 | 355 | 46 | 0 | 0 | 7 | 263 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11101101 | 100110 | 0 | 0 | 111 | 10110011 | 1001001 | 1001011 |
Color Harmonies of #93EEED
Complementary color
Monochromatic Colors of #93EEED
Black with #93EEED
Text Example
Text Example
White with #93EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEED; }
p { color: rgb(147,238,237); }
H1.HeaderClassName
{
color: #93EEED;
}
.AnyTagClassName
{
color: #93EEED;
}
</style>
background-color css
<style>
a { background-color: #93EEED; }
a { background-color: rgb(147,238,237); }
div.DivClassName
{
background-color: #93EEED;
}
.BgClassName
{
background-color: #93EEED;
}
</style>
border-color css
<style>
span { border-color: #93EEED; }
span { border-color: rgb(147,238,237); }
td.TdClassName
{
border-color: #93EEED;
}
.TagClassName
{
border-color: #93EEED;
}
</style>