Shades of Vista Blue #92C9A9
Tints of Vista Blue #92C9A9
RGB
CMYK
RGB Variations
Color information
#92C9A9 (or 0x92C9A9) is known color: Vista Blue. HEX triplet: 92, C9 and A9. RGB value is (146,201,169). Sum of RGB (Red+Green+Blue) = 146+201+169=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #92C9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C9A9 is #6D3656. Grayscale: #B4B4B4. Windows color (decimal): -7157335 or 11127186. OLE color: 11127186.
HSL color Cylindrical-coordinate representation of color #92C9A9: hue angle of 145.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C9A9 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 169 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.21 |
| HSL | 145.09º | 0.34% | 0.68% | - |
| HSV(B) | 145.09º | 0.27% | 0.79% | - |
| XYZ | 39.9 | 50.75 | 45.23 | - |
| YUV | 180.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 169 | 0.27 | 0 | 0.16 | 0.21 | 145.09 | 0.34 | 0.68 |
| Hex | 92 | C9 | A9 | 1B | 0 | 10 | 15 | 91 | 22 | 44 |
| Octal | 222 | 311 | 251 | 33 | 0 | 20 | 25 | 221 | 42 | 104 |
| Binary | 10010010 | 11001001 | 10101001 | 11011 | 0 | 10000 | 10101 | 10010001 | 100010 | 1000100 |
Color Harmonies of #92C9A9
Complementary color
Monochromatic Colors of #92C9A9
Black with #92C9A9
Text Example
Text Example
White with #92C9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C9A9; }
p { color: rgb(146,201,169); }
H1.HeaderClassName
{
color: #92C9A9;
}
.AnyTagClassName
{
color: #92C9A9;
}
</style>
background-color css
<style>
a { background-color: #92C9A9; }
a { background-color: rgb(146,201,169); }
div.DivClassName
{
background-color: #92C9A9;
}
.BgClassName
{
background-color: #92C9A9;
}
</style>
border-color css
<style>
span { border-color: #92C9A9; }
span { border-color: rgb(146,201,169); }
td.TdClassName
{
border-color: #92C9A9;
}
.TagClassName
{
border-color: #92C9A9;
}
</style>