Shades of Blizzard Blue #92EFE8
Tints of Blizzard Blue #92EFE8
RGB
CMYK
RGB Variations
Color information
#92EFE8 (or 0x92EFE8) is known color: Blizzard Blue. HEX triplet: 92, EF and E8. RGB value is (146,239,232). Sum of RGB (Red+Green+Blue) = 146+239+232=617 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.66% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EFE8 is #6D1017. Grayscale: #D2D2D2. Windows color (decimal): -7147544 or 15265682. OLE color: 15265682.
HSL color Cylindrical-coordinate representation of color #92EFE8: hue angle of 175.48º 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 #92EFE8 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 239 | 232 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.06 |
| HSL | 175.48º | 0.74% | 0.75% | - |
| HSV(B) | 175.48º | 0.39% | 0.94% | - |
| XYZ | 57.29 | 73.67 | 87.54 | - |
| YUV | 210.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 232 | 0.39 | 0 | 0.03 | 0.06 | 175.48 | 0.74 | 0.75 |
| Hex | 92 | EF | E8 | 27 | 0 | 3 | 6 | AF | 4A | 4B |
| Octal | 222 | 357 | 350 | 47 | 0 | 3 | 6 | 257 | 112 | 113 |
| Binary | 10010010 | 11101111 | 11101000 | 100111 | 0 | 11 | 110 | 10101111 | 1001010 | 1001011 |
Color Harmonies of #92EFE8
Complementary color
Monochromatic Colors of #92EFE8
Black with #92EFE8
Text Example
Text Example
White with #92EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EFE8; }
p { color: rgb(146,239,232); }
H1.HeaderClassName
{
color: #92EFE8;
}
.AnyTagClassName
{
color: #92EFE8;
}
</style>
background-color css
<style>
a { background-color: #92EFE8; }
a { background-color: rgb(146,239,232); }
div.DivClassName
{
background-color: #92EFE8;
}
.BgClassName
{
background-color: #92EFE8;
}
</style>
border-color css
<style>
span { border-color: #92EFE8; }
span { border-color: rgb(146,239,232); }
td.TdClassName
{
border-color: #92EFE8;
}
.TagClassName
{
border-color: #92EFE8;
}
</style>