Shades of Blizzard Blue #92EFF6
Tints of Blizzard Blue #92EFF6
RGB
CMYK
RGB Variations
Color information
#92EFF6 (or 0x92EFF6) is known color: Blizzard Blue. HEX triplet: 92, EF and F6. RGB value is (146,239,246). Sum of RGB (Red+Green+Blue) = 146+239+246=631 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.14% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #92EFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EFF6 is #6D1009. Grayscale: #D3D3D3. Windows color (decimal): -7147530 or 16183186. OLE color: 16183186.
HSL color Cylindrical-coordinate representation of color #92EFF6: hue angle of 184.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92EFF6 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 239 | 246 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.04 |
| HSL | 184.2º | 0.85% | 0.77% | - |
| HSV(B) | 184.2º | 0.41% | 0.96% | - |
| XYZ | 59.36 | 74.5 | 98.44 | - |
| YUV | 211.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 246 | 0.41 | 0.03 | 0 | 0.04 | 184.2 | 0.85 | 0.77 |
| Hex | 92 | EF | F6 | 29 | 3 | 0 | 4 | B8 | 55 | 4D |
| Octal | 222 | 357 | 366 | 51 | 3 | 0 | 4 | 270 | 125 | 115 |
| Binary | 10010010 | 11101111 | 11110110 | 101001 | 11 | 0 | 100 | 10111000 | 1010101 | 1001101 |
Color Harmonies of #92EFF6
Complementary color
Monochromatic Colors of #92EFF6
Black with #92EFF6
Text Example
Text Example
White with #92EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EFF6; }
p { color: rgb(146,239,246); }
H1.HeaderClassName
{
color: #92EFF6;
}
.AnyTagClassName
{
color: #92EFF6;
}
</style>
background-color css
<style>
a { background-color: #92EFF6; }
a { background-color: rgb(146,239,246); }
div.DivClassName
{
background-color: #92EFF6;
}
.BgClassName
{
background-color: #92EFF6;
}
</style>
border-color css
<style>
span { border-color: #92EFF6; }
span { border-color: rgb(146,239,246); }
td.TdClassName
{
border-color: #92EFF6;
}
.TagClassName
{
border-color: #92EFF6;
}
</style>