Shades of Blizzard Blue #93DEEC
Tints of Blizzard Blue #93DEEC
RGB
CMYK
RGB Variations
Color information
#93DEEC (or 0x93DEEC) is known color: Blizzard Blue. HEX triplet: 93, DE and EC. RGB value is (147,222,236). Sum of RGB (Red+Green+Blue) = 147+222+236=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #93DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DEEC is #6C2113. Grayscale: #C9C9C9. Windows color (decimal): -7086356 or 15523475. OLE color: 15523475.
HSL color Cylindrical-coordinate representation of color #93DEEC: hue angle of 189.44º 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 #93DEEC is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 222 | 236 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.07 |
| HSL | 189.44º | 0.7% | 0.75% | - |
| HSV(B) | 189.44º | 0.38% | 0.93% | - |
| XYZ | 53.29 | 64.5 | 89 | - |
| YUV | 201.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 236 | 0.38 | 0.06 | 0 | 0.07 | 189.44 | 0.7 | 0.75 |
| Hex | 93 | DE | EC | 26 | 6 | 0 | 7 | BD | 46 | 4B |
| Octal | 223 | 336 | 354 | 46 | 6 | 0 | 7 | 275 | 106 | 113 |
| Binary | 10010011 | 11011110 | 11101100 | 100110 | 110 | 0 | 111 | 10111101 | 1000110 | 1001011 |
Color Harmonies of #93DEEC
Complementary color
Monochromatic Colors of #93DEEC
Black with #93DEEC
Text Example
Text Example
White with #93DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEEC; }
p { color: rgb(147,222,236); }
H1.HeaderClassName
{
color: #93DEEC;
}
.AnyTagClassName
{
color: #93DEEC;
}
</style>
background-color css
<style>
a { background-color: #93DEEC; }
a { background-color: rgb(147,222,236); }
div.DivClassName
{
background-color: #93DEEC;
}
.BgClassName
{
background-color: #93DEEC;
}
</style>
border-color css
<style>
span { border-color: #93DEEC; }
span { border-color: rgb(147,222,236); }
td.TdClassName
{
border-color: #93DEEC;
}
.TagClassName
{
border-color: #93DEEC;
}
</style>