Shades of Blizzard Blue #92EDEF
Tints of Blizzard Blue #92EDEF
RGB
CMYK
RGB Variations
Color information
#92EDEF (or 0x92EDEF) is known color: Blizzard Blue. HEX triplet: 92, ED and EF. RGB value is (146,237,239). Sum of RGB (Red+Green+Blue) = 146+237+239=622 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.47% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #92EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EDEF is #6D1210. Grayscale: #D1D1D1. Windows color (decimal): -7148049 or 15723922. OLE color: 15723922.
HSL color Cylindrical-coordinate representation of color #92EDEF: hue angle of 181.29º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EDEF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 237 | 239 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.06 |
| HSL | 181.29º | 0.74% | 0.75% | - |
| HSV(B) | 181.29º | 0.39% | 0.94% | - |
| XYZ | 57.72 | 72.91 | 92.69 | - |
| YUV | 210.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 237 | 239 | 0.39 | 0.01 | 0 | 0.06 | 181.29 | 0.74 | 0.75 |
| Hex | 92 | ED | EF | 27 | 1 | 0 | 6 | B5 | 4A | 4B |
| Octal | 222 | 355 | 357 | 47 | 1 | 0 | 6 | 265 | 112 | 113 |
| Binary | 10010010 | 11101101 | 11101111 | 100111 | 1 | 0 | 110 | 10110101 | 1001010 | 1001011 |
Color Harmonies of #92EDEF
Complementary color
Monochromatic Colors of #92EDEF
Black with #92EDEF
Text Example
Text Example
White with #92EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EDEF; }
p { color: rgb(146,237,239); }
H1.HeaderClassName
{
color: #92EDEF;
}
.AnyTagClassName
{
color: #92EDEF;
}
</style>
background-color css
<style>
a { background-color: #92EDEF; }
a { background-color: rgb(146,237,239); }
div.DivClassName
{
background-color: #92EDEF;
}
.BgClassName
{
background-color: #92EDEF;
}
</style>
border-color css
<style>
span { border-color: #92EDEF; }
span { border-color: rgb(146,237,239); }
td.TdClassName
{
border-color: #92EDEF;
}
.TagClassName
{
border-color: #92EDEF;
}
</style>