Shades of Blizzard Blue #92ECE9
Tints of Blizzard Blue #92ECE9
RGB
CMYK
RGB Variations
Color information
#92ECE9 (or 0x92ECE9) is known color: Blizzard Blue. HEX triplet: 92, EC and E9. RGB value is (146,236,233). Sum of RGB (Red+Green+Blue) = 146+236+233=615 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.74% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #92ECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92ECE9 is #6D1316. Grayscale: #D0D0D0. Windows color (decimal): -7148311 or 15330450. OLE color: 15330450.
HSL color Cylindrical-coordinate representation of color #92ECE9: hue angle of 178º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92ECE9 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 233 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.07 |
| HSL | 178º | 0.7% | 0.75% | - |
| HSV(B) | 178º | 0.38% | 0.93% | - |
| XYZ | 56.56 | 71.99 | 88 | - |
| YUV | 208.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 233 | 0.38 | 0 | 0.01 | 0.07 | 178 | 0.7 | 0.75 |
| Hex | 92 | EC | E9 | 26 | 0 | 1 | 7 | B2 | 46 | 4B |
| Octal | 222 | 354 | 351 | 46 | 0 | 1 | 7 | 262 | 106 | 113 |
| Binary | 10010010 | 11101100 | 11101001 | 100110 | 0 | 1 | 111 | 10110010 | 1000110 | 1001011 |
Color Harmonies of #92ECE9
Complementary color
Monochromatic Colors of #92ECE9
Black with #92ECE9
Text Example
Text Example
White with #92ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ECE9; }
p { color: rgb(146,236,233); }
H1.HeaderClassName
{
color: #92ECE9;
}
.AnyTagClassName
{
color: #92ECE9;
}
</style>
background-color css
<style>
a { background-color: #92ECE9; }
a { background-color: rgb(146,236,233); }
div.DivClassName
{
background-color: #92ECE9;
}
.BgClassName
{
background-color: #92ECE9;
}
</style>
border-color css
<style>
span { border-color: #92ECE9; }
span { border-color: rgb(146,236,233); }
td.TdClassName
{
border-color: #92ECE9;
}
.TagClassName
{
border-color: #92ECE9;
}
</style>