Shades of Vista Blue #92C5AB
Tints of Vista Blue #92C5AB
RGB
CMYK
RGB Variations
Color information
#92C5AB (or 0x92C5AB) is known color: Vista Blue. HEX triplet: 92, C5 and AB. RGB value is (146,197,171). Sum of RGB (Red+Green+Blue) = 146+197+171=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #92C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C5AB is #6D3A54. Grayscale: #B2B2B2. Windows color (decimal): -7158357 or 11257234. OLE color: 11257234.
HSL color Cylindrical-coordinate representation of color #92C5AB: hue angle of 149.41º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C5AB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 171 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.23 |
| HSL | 149.41º | 0.31% | 0.67% | - |
| HSV(B) | 149.41º | 0.26% | 0.77% | - |
| XYZ | 39.17 | 48.98 | 45.92 | - |
| YUV | 178.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 171 | 0.26 | 0 | 0.13 | 0.23 | 149.41 | 0.31 | 0.67 |
| Hex | 92 | C5 | AB | 1A | 0 | D | 17 | 95 | 1F | 43 |
| Octal | 222 | 305 | 253 | 32 | 0 | 15 | 27 | 225 | 37 | 103 |
| Binary | 10010010 | 11000101 | 10101011 | 11010 | 0 | 1101 | 10111 | 10010101 | 11111 | 1000011 |
Color Harmonies of #92C5AB
Complementary color
Monochromatic Colors of #92C5AB
Black with #92C5AB
Text Example
Text Example
White with #92C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5AB; }
p { color: rgb(146,197,171); }
H1.HeaderClassName
{
color: #92C5AB;
}
.AnyTagClassName
{
color: #92C5AB;
}
</style>
background-color css
<style>
a { background-color: #92C5AB; }
a { background-color: rgb(146,197,171); }
div.DivClassName
{
background-color: #92C5AB;
}
.BgClassName
{
background-color: #92C5AB;
}
</style>
border-color css
<style>
span { border-color: #92C5AB; }
span { border-color: rgb(146,197,171); }
td.TdClassName
{
border-color: #92C5AB;
}
.TagClassName
{
border-color: #92C5AB;
}
</style>