Shades of Vista Blue #92E0B6
Tints of Vista Blue #92E0B6
RGB
CMYK
RGB Variations
Color information
#92E0B6 (or 0x92E0B6) is known color: Vista Blue. HEX triplet: 92, E0 and B6. RGB value is (146,224,182). Sum of RGB (Red+Green+Blue) = 146+224+182=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #92E0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E0B6 is #6D1F49. Grayscale: #C3C3C3. Windows color (decimal): -7151434 or 11985042. OLE color: 11985042.
HSL color Cylindrical-coordinate representation of color #92E0B6: hue angle of 147.69º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E0B6 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 224 | 182 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.12 |
| HSL | 147.69º | 0.56% | 0.73% | - |
| HSV(B) | 147.69º | 0.35% | 0.88% | - |
| XYZ | 46.95 | 62.8 | 53.9 | - |
| YUV | 195.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 182 | 0.35 | 0 | 0.19 | 0.12 | 147.69 | 0.56 | 0.73 |
| Hex | 92 | E0 | B6 | 23 | 0 | 13 | C | 94 | 38 | 49 |
| Octal | 222 | 340 | 266 | 43 | 0 | 23 | 14 | 224 | 70 | 111 |
| Binary | 10010010 | 11100000 | 10110110 | 100011 | 0 | 10011 | 1100 | 10010100 | 111000 | 1001001 |
Color Harmonies of #92E0B6
Complementary color
Monochromatic Colors of #92E0B6
Black with #92E0B6
Text Example
Text Example
White with #92E0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E0B6; }
p { color: rgb(146,224,182); }
H1.HeaderClassName
{
color: #92E0B6;
}
.AnyTagClassName
{
color: #92E0B6;
}
</style>
background-color css
<style>
a { background-color: #92E0B6; }
a { background-color: rgb(146,224,182); }
div.DivClassName
{
background-color: #92E0B6;
}
.BgClassName
{
background-color: #92E0B6;
}
</style>
border-color css
<style>
span { border-color: #92E0B6; }
span { border-color: rgb(146,224,182); }
td.TdClassName
{
border-color: #92E0B6;
}
.TagClassName
{
border-color: #92E0B6;
}
</style>