Shades of Vista Blue #92C4AB
Tints of Vista Blue #92C4AB
RGB
CMYK
RGB Variations
Color information
#92C4AB (or 0x92C4AB) is known color: Vista Blue. HEX triplet: 92, C4 and AB. RGB value is (146,196,171). Sum of RGB (Red+Green+Blue) = 146+196+171=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #92C4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C4AB is #6D3B54. Grayscale: #B2B2B2. Windows color (decimal): -7158613 or 11256978. OLE color: 11256978.
HSL color Cylindrical-coordinate representation of color #92C4AB: hue angle of 150º degrees, saturation: 0.3, 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 #92C4AB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 171 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.23 |
| HSL | 150º | 0.3% | 0.67% | - |
| HSV(B) | 150º | 0.26% | 0.77% | - |
| XYZ | 38.94 | 48.53 | 45.84 | - |
| YUV | 178.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 171 | 0.26 | 0 | 0.13 | 0.23 | 150 | 0.3 | 0.67 |
| Hex | 92 | C4 | AB | 1A | 0 | D | 17 | 96 | 1E | 43 |
| Octal | 222 | 304 | 253 | 32 | 0 | 15 | 27 | 226 | 36 | 103 |
| Binary | 10010010 | 11000100 | 10101011 | 11010 | 0 | 1101 | 10111 | 10010110 | 11110 | 1000011 |
Color Harmonies of #92C4AB
Complementary color
Monochromatic Colors of #92C4AB
Black with #92C4AB
Text Example
Text Example
White with #92C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C4AB; }
p { color: rgb(146,196,171); }
H1.HeaderClassName
{
color: #92C4AB;
}
.AnyTagClassName
{
color: #92C4AB;
}
</style>
background-color css
<style>
a { background-color: #92C4AB; }
a { background-color: rgb(146,196,171); }
div.DivClassName
{
background-color: #92C4AB;
}
.BgClassName
{
background-color: #92C4AB;
}
</style>
border-color css
<style>
span { border-color: #92C4AB; }
span { border-color: rgb(146,196,171); }
td.TdClassName
{
border-color: #92C4AB;
}
.TagClassName
{
border-color: #92C4AB;
}
</style>