Shades of Vista Blue #92CDA7
Tints of Vista Blue #92CDA7
RGB
CMYK
RGB Variations
Color information
#92CDA7 (or 0x92CDA7) is known color: Vista Blue. HEX triplet: 92, CD and A7. RGB value is (146,205,167). Sum of RGB (Red+Green+Blue) = 146+205+167=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #92CDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CDA7 is #6D3258. Grayscale: #B7B7B7. Windows color (decimal): -7156313 or 10997138. OLE color: 10997138.
HSL color Cylindrical-coordinate representation of color #92CDA7: hue angle of 141.36º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CDA7 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 205 | 167 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.20 |
| HSL | 141.36º | 0.37% | 0.69% | - |
| HSV(B) | 141.36º | 0.29% | 0.8% | - |
| XYZ | 40.66 | 52.56 | 44.56 | - |
| YUV | 183.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 205 | 167 | 0.29 | 0 | 0.19 | 0.20 | 141.36 | 0.37 | 0.69 |
| Hex | 92 | CD | A7 | 1D | 0 | 13 | 14 | 8D | 25 | 45 |
| Octal | 222 | 315 | 247 | 35 | 0 | 23 | 24 | 215 | 45 | 105 |
| Binary | 10010010 | 11001101 | 10100111 | 11101 | 0 | 10011 | 10100 | 10001101 | 100101 | 1000101 |
Color Harmonies of #92CDA7
Complementary color
Monochromatic Colors of #92CDA7
Black with #92CDA7
Text Example
Text Example
White with #92CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CDA7; }
p { color: rgb(146,205,167); }
H1.HeaderClassName
{
color: #92CDA7;
}
.AnyTagClassName
{
color: #92CDA7;
}
</style>
background-color css
<style>
a { background-color: #92CDA7; }
a { background-color: rgb(146,205,167); }
div.DivClassName
{
background-color: #92CDA7;
}
.BgClassName
{
background-color: #92CDA7;
}
</style>
border-color css
<style>
span { border-color: #92CDA7; }
span { border-color: rgb(146,205,167); }
td.TdClassName
{
border-color: #92CDA7;
}
.TagClassName
{
border-color: #92CDA7;
}
</style>