Shades of Blizzard Blue #92E6F0
Tints of Blizzard Blue #92E6F0
RGB
CMYK
RGB Variations
Color information
#92E6F0 (or 0x92E6F0) is known color: Blizzard Blue. HEX triplet: 92, E6 and F0. RGB value is (146,230,240). Sum of RGB (Red+Green+Blue) = 146+230+240=616 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.70% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #92E6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E6F0 is #6D190F. Grayscale: #CDCDCD. Windows color (decimal): -7149840 or 15787666. OLE color: 15787666.
HSL color Cylindrical-coordinate representation of color #92E6F0: hue angle of 186.38º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92E6F0 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 230 | 240 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.06 |
| HSL | 186.38º | 0.76% | 0.76% | - |
| HSV(B) | 186.38º | 0.39% | 0.94% | - |
| XYZ | 55.88 | 69 | 92.81 | - |
| YUV | 206.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 230 | 240 | 0.39 | 0.04 | 0 | 0.06 | 186.38 | 0.76 | 0.76 |
| Hex | 92 | E6 | F0 | 27 | 4 | 0 | 6 | BA | 4C | 4C |
| Octal | 222 | 346 | 360 | 47 | 4 | 0 | 6 | 272 | 114 | 114 |
| Binary | 10010010 | 11100110 | 11110000 | 100111 | 100 | 0 | 110 | 10111010 | 1001100 | 1001100 |
Color Harmonies of #92E6F0
Complementary color
Monochromatic Colors of #92E6F0
Black with #92E6F0
Text Example
Text Example
White with #92E6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E6F0; }
p { color: rgb(146,230,240); }
H1.HeaderClassName
{
color: #92E6F0;
}
.AnyTagClassName
{
color: #92E6F0;
}
</style>
background-color css
<style>
a { background-color: #92E6F0; }
a { background-color: rgb(146,230,240); }
div.DivClassName
{
background-color: #92E6F0;
}
.BgClassName
{
background-color: #92E6F0;
}
</style>
border-color css
<style>
span { border-color: #92E6F0; }
span { border-color: rgb(146,230,240); }
td.TdClassName
{
border-color: #92E6F0;
}
.TagClassName
{
border-color: #92E6F0;
}
</style>