Shades of Blizzard Blue #92EEE8
Tints of Blizzard Blue #92EEE8
RGB
CMYK
RGB Variations
Color information
#92EEE8 (or 0x92EEE8) is known color: Blizzard Blue. HEX triplet: 92, EE and E8. RGB value is (146,238,232). Sum of RGB (Red+Green+Blue) = 146+238+232=616 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.70% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #92EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EEE8 is #6D1117. Grayscale: #D1D1D1. Windows color (decimal): -7147800 or 15265426. OLE color: 15265426.
HSL color Cylindrical-coordinate representation of color #92EEE8: hue angle of 176.09º 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 #92EEE8 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 238 | 232 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.07 |
| HSL | 176.09º | 0.73% | 0.75% | - |
| HSV(B) | 176.09º | 0.39% | 0.93% | - |
| XYZ | 56.99 | 73.09 | 87.45 | - |
| YUV | 209.81 | 140.52 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 238 | 232 | 0.39 | 0 | 0.03 | 0.07 | 176.09 | 0.73 | 0.75 |
| Hex | 92 | EE | E8 | 27 | 0 | 3 | 7 | B0 | 49 | 4B |
| Octal | 222 | 356 | 350 | 47 | 0 | 3 | 7 | 260 | 111 | 113 |
| Binary | 10010010 | 11101110 | 11101000 | 100111 | 0 | 11 | 111 | 10110000 | 1001001 | 1001011 |
Color Harmonies of #92EEE8
Complementary color
Monochromatic Colors of #92EEE8
Black with #92EEE8
Text Example
Text Example
White with #92EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EEE8; }
p { color: rgb(146,238,232); }
H1.HeaderClassName
{
color: #92EEE8;
}
.AnyTagClassName
{
color: #92EEE8;
}
</style>
background-color css
<style>
a { background-color: #92EEE8; }
a { background-color: rgb(146,238,232); }
div.DivClassName
{
background-color: #92EEE8;
}
.BgClassName
{
background-color: #92EEE8;
}
</style>
border-color css
<style>
span { border-color: #92EEE8; }
span { border-color: rgb(146,238,232); }
td.TdClassName
{
border-color: #92EEE8;
}
.TagClassName
{
border-color: #92EEE8;
}
</style>