Shades of Blizzard Blue #92E4ED
Tints of Blizzard Blue #92E4ED
RGB
CMYK
RGB Variations
Color information
#92E4ED (or 0x92E4ED) is known color: Blizzard Blue. HEX triplet: 92, E4 and ED. RGB value is (146,228,237). Sum of RGB (Red+Green+Blue) = 146+228+237=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #92E4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E4ED is #6D1B12. Grayscale: #CCCCCC. Windows color (decimal): -7150355 or 15590546. OLE color: 15590546.
HSL color Cylindrical-coordinate representation of color #92E4ED: hue angle of 185.93º degrees, saturation: 0.72, 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 #92E4ED is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 228 | 237 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.07 |
| HSL | 185.93º | 0.72% | 0.75% | - |
| HSV(B) | 185.93º | 0.38% | 0.93% | - |
| XYZ | 54.88 | 67.71 | 90.3 | - |
| YUV | 204.51 | 146.33 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 228 | 237 | 0.38 | 0.04 | 0 | 0.07 | 185.93 | 0.72 | 0.75 |
| Hex | 92 | E4 | ED | 26 | 4 | 0 | 7 | BA | 48 | 4B |
| Octal | 222 | 344 | 355 | 46 | 4 | 0 | 7 | 272 | 110 | 113 |
| Binary | 10010010 | 11100100 | 11101101 | 100110 | 100 | 0 | 111 | 10111010 | 1001000 | 1001011 |
Color Harmonies of #92E4ED
Complementary color
Monochromatic Colors of #92E4ED
Black with #92E4ED
Text Example
Text Example
White with #92E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E4ED; }
p { color: rgb(146,228,237); }
H1.HeaderClassName
{
color: #92E4ED;
}
.AnyTagClassName
{
color: #92E4ED;
}
</style>
background-color css
<style>
a { background-color: #92E4ED; }
a { background-color: rgb(146,228,237); }
div.DivClassName
{
background-color: #92E4ED;
}
.BgClassName
{
background-color: #92E4ED;
}
</style>
border-color css
<style>
span { border-color: #92E4ED; }
span { border-color: rgb(146,228,237); }
td.TdClassName
{
border-color: #92E4ED;
}
.TagClassName
{
border-color: #92E4ED;
}
</style>