Shades of Vista Blue #92C8A7
Tints of Vista Blue #92C8A7
RGB
CMYK
RGB Variations
Color information
#92C8A7 (or 0x92C8A7) is known color: Vista Blue. HEX triplet: 92, C8 and A7. RGB value is (146,200,167). Sum of RGB (Red+Green+Blue) = 146+200+167=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #92C8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C8A7 is #6D3758. Grayscale: #B4B4B4. Windows color (decimal): -7157593 or 10995858. OLE color: 10995858.
HSL color Cylindrical-coordinate representation of color #92C8A7: hue angle of 143.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C8A7 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 167 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.22 |
| HSL | 143.33º | 0.33% | 0.68% | - |
| HSV(B) | 143.33º | 0.27% | 0.78% | - |
| XYZ | 39.48 | 50.21 | 44.17 | - |
| YUV | 180.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 167 | 0.27 | 0 | 0.16 | 0.22 | 143.33 | 0.33 | 0.68 |
| Hex | 92 | C8 | A7 | 1B | 0 | 10 | 16 | 8F | 21 | 44 |
| Octal | 222 | 310 | 247 | 33 | 0 | 20 | 26 | 217 | 41 | 104 |
| Binary | 10010010 | 11001000 | 10100111 | 11011 | 0 | 10000 | 10110 | 10001111 | 100001 | 1000100 |
Color Harmonies of #92C8A7
Complementary color
Monochromatic Colors of #92C8A7
Black with #92C8A7
Text Example
Text Example
White with #92C8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C8A7; }
p { color: rgb(146,200,167); }
H1.HeaderClassName
{
color: #92C8A7;
}
.AnyTagClassName
{
color: #92C8A7;
}
</style>
background-color css
<style>
a { background-color: #92C8A7; }
a { background-color: rgb(146,200,167); }
div.DivClassName
{
background-color: #92C8A7;
}
.BgClassName
{
background-color: #92C8A7;
}
</style>
border-color css
<style>
span { border-color: #92C8A7; }
span { border-color: rgb(146,200,167); }
td.TdClassName
{
border-color: #92C8A7;
}
.TagClassName
{
border-color: #92C8A7;
}
</style>