Shades of Blizzard Blue #92EEEA
Tints of Blizzard Blue #92EEEA
RGB
CMYK
RGB Variations
Color information
#92EEEA (or 0x92EEEA) is known color: Blizzard Blue. HEX triplet: 92, EE and EA. RGB value is (146,238,234). Sum of RGB (Red+Green+Blue) = 146+238+234=618 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.62% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #92EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EEEA is #6D1115. Grayscale: #D1D1D1. Windows color (decimal): -7147798 or 15396498. OLE color: 15396498.
HSL color Cylindrical-coordinate representation of color #92EEEA: hue angle of 177.39º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EEEA is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 238 | 234 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.07 |
| HSL | 177.39º | 0.73% | 0.75% | - |
| HSV(B) | 177.39º | 0.39% | 0.93% | - |
| XYZ | 57.28 | 73.2 | 88.95 | - |
| YUV | 210.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 238 | 234 | 0.39 | 0 | 0.02 | 0.07 | 177.39 | 0.73 | 0.75 |
| Hex | 92 | EE | EA | 27 | 0 | 2 | 7 | B1 | 49 | 4B |
| Octal | 222 | 356 | 352 | 47 | 0 | 2 | 7 | 261 | 111 | 113 |
| Binary | 10010010 | 11101110 | 11101010 | 100111 | 0 | 10 | 111 | 10110001 | 1001001 | 1001011 |
Color Harmonies of #92EEEA
Complementary color
Monochromatic Colors of #92EEEA
Black with #92EEEA
Text Example
Text Example
White with #92EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EEEA; }
p { color: rgb(146,238,234); }
H1.HeaderClassName
{
color: #92EEEA;
}
.AnyTagClassName
{
color: #92EEEA;
}
</style>
background-color css
<style>
a { background-color: #92EEEA; }
a { background-color: rgb(146,238,234); }
div.DivClassName
{
background-color: #92EEEA;
}
.BgClassName
{
background-color: #92EEEA;
}
</style>
border-color css
<style>
span { border-color: #92EEEA; }
span { border-color: rgb(146,238,234); }
td.TdClassName
{
border-color: #92EEEA;
}
.TagClassName
{
border-color: #92EEEA;
}
</style>