Shades of Blizzard Blue #92EDE2
Tints of Blizzard Blue #92EDE2
RGB
CMYK
RGB Variations
Color information
#92EDE2 (or 0x92EDE2) is known color: Blizzard Blue. HEX triplet: 92, ED and E2. RGB value is (146,237,226). Sum of RGB (Red+Green+Blue) = 146+237+226=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDE2 is #6D121D. Grayscale: #D0D0D0. Windows color (decimal): -7148062 or 14871954. OLE color: 14871954.
HSL color Cylindrical-coordinate representation of color #92EDE2: hue angle of 172.75º degrees, saturation: 0.72, 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 #92EDE2 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 237 | 226 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.07 |
| HSL | 172.75º | 0.72% | 0.75% | - |
| HSV(B) | 172.75º | 0.38% | 0.93% | - |
| XYZ | 55.87 | 72.17 | 82.94 | - |
| YUV | 208.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 237 | 226 | 0.38 | 0 | 0.05 | 0.07 | 172.75 | 0.72 | 0.75 |
| Hex | 92 | ED | E2 | 26 | 0 | 5 | 7 | AD | 48 | 4B |
| Octal | 222 | 355 | 342 | 46 | 0 | 5 | 7 | 255 | 110 | 113 |
| Binary | 10010010 | 11101101 | 11100010 | 100110 | 0 | 101 | 111 | 10101101 | 1001000 | 1001011 |
Color Harmonies of #92EDE2
Complementary color
Monochromatic Colors of #92EDE2
Black with #92EDE2
Text Example
Text Example
White with #92EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EDE2; }
p { color: rgb(146,237,226); }
H1.HeaderClassName
{
color: #92EDE2;
}
.AnyTagClassName
{
color: #92EDE2;
}
</style>
background-color css
<style>
a { background-color: #92EDE2; }
a { background-color: rgb(146,237,226); }
div.DivClassName
{
background-color: #92EDE2;
}
.BgClassName
{
background-color: #92EDE2;
}
</style>
border-color css
<style>
span { border-color: #92EDE2; }
span { border-color: rgb(146,237,226); }
td.TdClassName
{
border-color: #92EDE2;
}
.TagClassName
{
border-color: #92EDE2;
}
</style>