Shades of Vista Blue #92CBA7
Tints of Vista Blue #92CBA7
RGB
CMYK
RGB Variations
Color information
#92CBA7 (or 0x92CBA7) is known color: Vista Blue. HEX triplet: 92, CB and A7. RGB value is (146,203,167). Sum of RGB (Red+Green+Blue) = 146+203+167=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #92CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CBA7 is #6D3458. Grayscale: #B5B5B5. Windows color (decimal): -7156825 or 10996626. OLE color: 10996626.
HSL color Cylindrical-coordinate representation of color #92CBA7: hue angle of 142.11º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CBA7 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 167 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.20 |
| HSL | 142.11º | 0.35% | 0.68% | - |
| HSV(B) | 142.11º | 0.28% | 0.8% | - |
| XYZ | 40.19 | 51.61 | 44.4 | - |
| YUV | 181.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 167 | 0.28 | 0 | 0.18 | 0.20 | 142.11 | 0.35 | 0.68 |
| Hex | 92 | CB | A7 | 1C | 0 | 12 | 14 | 8E | 23 | 44 |
| Octal | 222 | 313 | 247 | 34 | 0 | 22 | 24 | 216 | 43 | 104 |
| Binary | 10010010 | 11001011 | 10100111 | 11100 | 0 | 10010 | 10100 | 10001110 | 100011 | 1000100 |
Color Harmonies of #92CBA7
Complementary color
Monochromatic Colors of #92CBA7
Black with #92CBA7
Text Example
Text Example
White with #92CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBA7; }
p { color: rgb(146,203,167); }
H1.HeaderClassName
{
color: #92CBA7;
}
.AnyTagClassName
{
color: #92CBA7;
}
</style>
background-color css
<style>
a { background-color: #92CBA7; }
a { background-color: rgb(146,203,167); }
div.DivClassName
{
background-color: #92CBA7;
}
.BgClassName
{
background-color: #92CBA7;
}
</style>
border-color css
<style>
span { border-color: #92CBA7; }
span { border-color: rgb(146,203,167); }
td.TdClassName
{
border-color: #92CBA7;
}
.TagClassName
{
border-color: #92CBA7;
}
</style>