Shades of Blizzard Blue #92F0E6
Tints of Blizzard Blue #92F0E6
RGB
CMYK
RGB Variations
Color information
#92F0E6 (or 0x92F0E6) is known color: Blizzard Blue. HEX triplet: 92, F0 and E6. RGB value is (146,240,230). Sum of RGB (Red+Green+Blue) = 146+240+230=616 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.70% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F0E6 is #6D0F19. Grayscale: #D2D2D2. Windows color (decimal): -7147290 or 15134866. OLE color: 15134866.
HSL color Cylindrical-coordinate representation of color #92F0E6: hue angle of 173.62º 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 #92F0E6 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 230 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.06 |
| HSL | 173.62º | 0.76% | 0.76% | - |
| HSV(B) | 173.62º | 0.39% | 0.94% | - |
| XYZ | 57.3 | 74.14 | 86.15 | - |
| YUV | 210.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 230 | 0.39 | 0 | 0.04 | 0.06 | 173.62 | 0.76 | 0.76 |
| Hex | 92 | F0 | E6 | 27 | 0 | 4 | 6 | AE | 4C | 4C |
| Octal | 222 | 360 | 346 | 47 | 0 | 4 | 6 | 256 | 114 | 114 |
| Binary | 10010010 | 11110000 | 11100110 | 100111 | 0 | 100 | 110 | 10101110 | 1001100 | 1001100 |
Color Harmonies of #92F0E6
Complementary color
Monochromatic Colors of #92F0E6
Black with #92F0E6
Text Example
Text Example
White with #92F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0E6; }
p { color: rgb(146,240,230); }
H1.HeaderClassName
{
color: #92F0E6;
}
.AnyTagClassName
{
color: #92F0E6;
}
</style>
background-color css
<style>
a { background-color: #92F0E6; }
a { background-color: rgb(146,240,230); }
div.DivClassName
{
background-color: #92F0E6;
}
.BgClassName
{
background-color: #92F0E6;
}
</style>
border-color css
<style>
span { border-color: #92F0E6; }
span { border-color: rgb(146,240,230); }
td.TdClassName
{
border-color: #92F0E6;
}
.TagClassName
{
border-color: #92F0E6;
}
</style>