Shades of Vista Blue #92E5B1
Tints of Vista Blue #92E5B1
RGB
CMYK
RGB Variations
Color information
#92E5B1 (or 0x92E5B1) is known color: Vista Blue. HEX triplet: 92, E5 and B1. RGB value is (146,229,177). Sum of RGB (Red+Green+Blue) = 146+229+177=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #92E5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92E5B1 is #6D1A4E. Grayscale: #C6C6C6. Windows color (decimal): -7150159 or 11658642. OLE color: 11658642.
HSL color Cylindrical-coordinate representation of color #92E5B1: hue angle of 142.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92E5B1 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 177 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.10 |
| HSL | 142.41º | 0.61% | 0.74% | - |
| HSV(B) | 142.41º | 0.36% | 0.9% | - |
| XYZ | 47.81 | 65.32 | 51.68 | - |
| YUV | 198.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 177 | 0.36 | 0 | 0.23 | 0.10 | 142.41 | 0.61 | 0.74 |
| Hex | 92 | E5 | B1 | 24 | 0 | 17 | A | 8E | 3D | 4A |
| Octal | 222 | 345 | 261 | 44 | 0 | 27 | 12 | 216 | 75 | 112 |
| Binary | 10010010 | 11100101 | 10110001 | 100100 | 0 | 10111 | 1010 | 10001110 | 111101 | 1001010 |
Color Harmonies of #92E5B1
Complementary color
Monochromatic Colors of #92E5B1
Black with #92E5B1
Text Example
Text Example
White with #92E5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E5B1; }
p { color: rgb(146,229,177); }
H1.HeaderClassName
{
color: #92E5B1;
}
.AnyTagClassName
{
color: #92E5B1;
}
</style>
background-color css
<style>
a { background-color: #92E5B1; }
a { background-color: rgb(146,229,177); }
div.DivClassName
{
background-color: #92E5B1;
}
.BgClassName
{
background-color: #92E5B1;
}
</style>
border-color css
<style>
span { border-color: #92E5B1; }
span { border-color: rgb(146,229,177); }
td.TdClassName
{
border-color: #92E5B1;
}
.TagClassName
{
border-color: #92E5B1;
}
</style>