Shades of Blizzard Blue #92E0EB
Tints of Blizzard Blue #92E0EB
RGB
CMYK
RGB Variations
Color information
#92E0EB (or 0x92E0EB) is known color: Blizzard Blue. HEX triplet: 92, E0 and EB. RGB value is (146,224,235). Sum of RGB (Red+Green+Blue) = 146+224+235=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #92E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E0EB is #6D1F14. Grayscale: #C9C9C9. Windows color (decimal): -7151381 or 15458450. OLE color: 15458450.
HSL color Cylindrical-coordinate representation of color #92E0EB: hue angle of 187.42º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92E0EB is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 224 | 235 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.08 |
| HSL | 187.42º | 0.69% | 0.75% | - |
| HSV(B) | 187.42º | 0.38% | 0.92% | - |
| XYZ | 53.51 | 65.42 | 88.4 | - |
| YUV | 201.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 235 | 0.38 | 0.05 | 0 | 0.08 | 187.42 | 0.69 | 0.75 |
| Hex | 92 | E0 | EB | 26 | 5 | 0 | 8 | BB | 45 | 4B |
| Octal | 222 | 340 | 353 | 46 | 5 | 0 | 10 | 273 | 105 | 113 |
| Binary | 10010010 | 11100000 | 11101011 | 100110 | 101 | 0 | 1000 | 10111011 | 1000101 | 1001011 |
Color Harmonies of #92E0EB
Complementary color
Monochromatic Colors of #92E0EB
Black with #92E0EB
Text Example
Text Example
White with #92E0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E0EB; }
p { color: rgb(146,224,235); }
H1.HeaderClassName
{
color: #92E0EB;
}
.AnyTagClassName
{
color: #92E0EB;
}
</style>
background-color css
<style>
a { background-color: #92E0EB; }
a { background-color: rgb(146,224,235); }
div.DivClassName
{
background-color: #92E0EB;
}
.BgClassName
{
background-color: #92E0EB;
}
</style>
border-color css
<style>
span { border-color: #92E0EB; }
span { border-color: rgb(146,224,235); }
td.TdClassName
{
border-color: #92E0EB;
}
.TagClassName
{
border-color: #92E0EB;
}
</style>