Shades of Vista Blue #92E1BE
Tints of Vista Blue #92E1BE
RGB
CMYK
RGB Variations
Color information
#92E1BE (or 0x92E1BE) is known color: Vista Blue. HEX triplet: 92, E1 and BE. RGB value is (146,225,190). Sum of RGB (Red+Green+Blue) = 146+225+190=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #92E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E1BE is #6D1E41. Grayscale: #C5C5C5. Windows color (decimal): -7151170 or 12509586. OLE color: 12509586.
HSL color Cylindrical-coordinate representation of color #92E1BE: hue angle of 153.42º degrees, saturation: 0.57, 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 #92E1BE is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 225 | 190 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.12 |
| HSL | 153.42º | 0.57% | 0.73% | - |
| HSV(B) | 153.42º | 0.35% | 0.88% | - |
| XYZ | 48.07 | 63.68 | 58.47 | - |
| YUV | 197.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 225 | 190 | 0.35 | 0 | 0.16 | 0.12 | 153.42 | 0.57 | 0.73 |
| Hex | 92 | E1 | BE | 23 | 0 | 10 | C | 99 | 39 | 49 |
| Octal | 222 | 341 | 276 | 43 | 0 | 20 | 14 | 231 | 71 | 111 |
| Binary | 10010010 | 11100001 | 10111110 | 100011 | 0 | 10000 | 1100 | 10011001 | 111001 | 1001001 |
Color Harmonies of #92E1BE
Complementary color
Monochromatic Colors of #92E1BE
Black with #92E1BE
Text Example
Text Example
White with #92E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E1BE; }
p { color: rgb(146,225,190); }
H1.HeaderClassName
{
color: #92E1BE;
}
.AnyTagClassName
{
color: #92E1BE;
}
</style>
background-color css
<style>
a { background-color: #92E1BE; }
a { background-color: rgb(146,225,190); }
div.DivClassName
{
background-color: #92E1BE;
}
.BgClassName
{
background-color: #92E1BE;
}
</style>
border-color css
<style>
span { border-color: #92E1BE; }
span { border-color: rgb(146,225,190); }
td.TdClassName
{
border-color: #92E1BE;
}
.TagClassName
{
border-color: #92E1BE;
}
</style>