Shades of Vista Blue #92E9BB
Tints of Vista Blue #92E9BB
RGB
CMYK
RGB Variations
Color information
#92E9BB (or 0x92E9BB) is known color: Vista Blue. HEX triplet: 92, E9 and BB. RGB value is (146,233,187). Sum of RGB (Red+Green+Blue) = 146+233+187=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #92E9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E9BB is #6D1644. Grayscale: #C9C9C9. Windows color (decimal): -7149125 or 12315026. OLE color: 12315026.
HSL color Cylindrical-coordinate representation of color #92E9BB: hue angle of 148.28º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92E9BB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 233 | 187 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.09 |
| HSL | 148.28º | 0.66% | 0.74% | - |
| HSV(B) | 148.28º | 0.37% | 0.91% | - |
| XYZ | 49.96 | 67.98 | 57.5 | - |
| YUV | 201.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 233 | 187 | 0.37 | 0 | 0.20 | 0.09 | 148.28 | 0.66 | 0.74 |
| Hex | 92 | E9 | BB | 25 | 0 | 14 | 9 | 94 | 42 | 4A |
| Octal | 222 | 351 | 273 | 45 | 0 | 24 | 11 | 224 | 102 | 112 |
| Binary | 10010010 | 11101001 | 10111011 | 100101 | 0 | 10100 | 1001 | 10010100 | 1000010 | 1001010 |
Color Harmonies of #92E9BB
Complementary color
Monochromatic Colors of #92E9BB
Black with #92E9BB
Text Example
Text Example
White with #92E9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E9BB; }
p { color: rgb(146,233,187); }
H1.HeaderClassName
{
color: #92E9BB;
}
.AnyTagClassName
{
color: #92E9BB;
}
</style>
background-color css
<style>
a { background-color: #92E9BB; }
a { background-color: rgb(146,233,187); }
div.DivClassName
{
background-color: #92E9BB;
}
.BgClassName
{
background-color: #92E9BB;
}
</style>
border-color css
<style>
span { border-color: #92E9BB; }
span { border-color: rgb(146,233,187); }
td.TdClassName
{
border-color: #92E9BB;
}
.TagClassName
{
border-color: #92E9BB;
}
</style>