Shades of Blizzard Blue #92E6E5
Tints of Blizzard Blue #92E6E5
RGB
CMYK
RGB Variations
Color information
#92E6E5 (or 0x92E6E5) is known color: Blizzard Blue. HEX triplet: 92, E6 and E5. RGB value is (146,230,229). Sum of RGB (Red+Green+Blue) = 146+230+229=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #92E6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E6E5 is #6D191A. Grayscale: #CCCCCC. Windows color (decimal): -7149851 or 15066770. OLE color: 15066770.
HSL color Cylindrical-coordinate representation of color #92E6E5: hue angle of 179.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92E6E5 is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 230 | 229 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.10 |
| HSL | 179.29º | 0.63% | 0.74% | - |
| HSV(B) | 179.29º | 0.37% | 0.9% | - |
| XYZ | 54.29 | 68.36 | 84.46 | - |
| YUV | 204.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 230 | 229 | 0.37 | 0 | 0.00 | 0.10 | 179.29 | 0.63 | 0.74 |
| Hex | 92 | E6 | E5 | 25 | 0 | 0 | A | B3 | 3F | 4A |
| Octal | 222 | 346 | 345 | 45 | 0 | 0 | 12 | 263 | 77 | 112 |
| Binary | 10010010 | 11100110 | 11100101 | 100101 | 0 | 0 | 1010 | 10110011 | 111111 | 1001010 |
Color Harmonies of #92E6E5
Complementary color
Monochromatic Colors of #92E6E5
Black with #92E6E5
Text Example
Text Example
White with #92E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E6E5; }
p { color: rgb(146,230,229); }
H1.HeaderClassName
{
color: #92E6E5;
}
.AnyTagClassName
{
color: #92E6E5;
}
</style>
background-color css
<style>
a { background-color: #92E6E5; }
a { background-color: rgb(146,230,229); }
div.DivClassName
{
background-color: #92E6E5;
}
.BgClassName
{
background-color: #92E6E5;
}
</style>
border-color css
<style>
span { border-color: #92E6E5; }
span { border-color: rgb(146,230,229); }
td.TdClassName
{
border-color: #92E6E5;
}
.TagClassName
{
border-color: #92E6E5;
}
</style>