Shades of Blizzard Blue #92E9E5
Tints of Blizzard Blue #92E9E5
RGB
CMYK
RGB Variations
Color information
#92E9E5 (or 0x92E9E5) is known color: Blizzard Blue. HEX triplet: 92, E9 and E5. RGB value is (146,233,229). Sum of RGB (Red+Green+Blue) = 146+233+229=608 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.01% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #92E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E9E5 is #6D161A. Grayscale: #CECECE. Windows color (decimal): -7149083 or 15067538. OLE color: 15067538.
HSL color Cylindrical-coordinate representation of color #92E9E5: hue angle of 177.24º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92E9E5 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 233 | 229 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.09 |
| HSL | 177.24º | 0.66% | 0.74% | - |
| HSV(B) | 177.24º | 0.37% | 0.91% | - |
| XYZ | 55.14 | 70.05 | 84.74 | - |
| YUV | 206.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 233 | 229 | 0.37 | 0 | 0.02 | 0.09 | 177.24 | 0.66 | 0.74 |
| Hex | 92 | E9 | E5 | 25 | 0 | 2 | 9 | B1 | 42 | 4A |
| Octal | 222 | 351 | 345 | 45 | 0 | 2 | 11 | 261 | 102 | 112 |
| Binary | 10010010 | 11101001 | 11100101 | 100101 | 0 | 10 | 1001 | 10110001 | 1000010 | 1001010 |
Color Harmonies of #92E9E5
Complementary color
Monochromatic Colors of #92E9E5
Black with #92E9E5
Text Example
Text Example
White with #92E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E9E5; }
p { color: rgb(146,233,229); }
H1.HeaderClassName
{
color: #92E9E5;
}
.AnyTagClassName
{
color: #92E9E5;
}
</style>
background-color css
<style>
a { background-color: #92E9E5; }
a { background-color: rgb(146,233,229); }
div.DivClassName
{
background-color: #92E9E5;
}
.BgClassName
{
background-color: #92E9E5;
}
</style>
border-color css
<style>
span { border-color: #92E9E5; }
span { border-color: rgb(146,233,229); }
td.TdClassName
{
border-color: #92E9E5;
}
.TagClassName
{
border-color: #92E9E5;
}
</style>