Shades of Blizzard Blue #92ECE5
Tints of Blizzard Blue #92ECE5
RGB
CMYK
RGB Variations
Color information
#92ECE5 (or 0x92ECE5) is known color: Blizzard Blue. HEX triplet: 92, EC and E5. RGB value is (146,236,229). Sum of RGB (Red+Green+Blue) = 146+236+229=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #92ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92ECE5 is #6D131A. Grayscale: #D0D0D0. Windows color (decimal): -7148315 or 15068306. OLE color: 15068306.
HSL color Cylindrical-coordinate representation of color #92ECE5: hue angle of 175.33º 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 #92ECE5 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 229 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.07 |
| HSL | 175.33º | 0.7% | 0.75% | - |
| HSV(B) | 175.33º | 0.38% | 0.93% | - |
| XYZ | 55.99 | 71.76 | 85.03 | - |
| YUV | 208.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 229 | 0.38 | 0 | 0.03 | 0.07 | 175.33 | 0.7 | 0.75 |
| Hex | 92 | EC | E5 | 26 | 0 | 3 | 7 | AF | 46 | 4B |
| Octal | 222 | 354 | 345 | 46 | 0 | 3 | 7 | 257 | 106 | 113 |
| Binary | 10010010 | 11101100 | 11100101 | 100110 | 0 | 11 | 111 | 10101111 | 1000110 | 1001011 |
Color Harmonies of #92ECE5
Complementary color
Monochromatic Colors of #92ECE5
Black with #92ECE5
Text Example
Text Example
White with #92ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ECE5; }
p { color: rgb(146,236,229); }
H1.HeaderClassName
{
color: #92ECE5;
}
.AnyTagClassName
{
color: #92ECE5;
}
</style>
background-color css
<style>
a { background-color: #92ECE5; }
a { background-color: rgb(146,236,229); }
div.DivClassName
{
background-color: #92ECE5;
}
.BgClassName
{
background-color: #92ECE5;
}
</style>
border-color css
<style>
span { border-color: #92ECE5; }
span { border-color: rgb(146,236,229); }
td.TdClassName
{
border-color: #92ECE5;
}
.TagClassName
{
border-color: #92ECE5;
}
</style>