Shades of Vista Blue #92CBA9
Tints of Vista Blue #92CBA9
RGB
CMYK
RGB Variations
Color information
#92CBA9 (or 0x92CBA9) is known color: Vista Blue. HEX triplet: 92, CB and A9. RGB value is (146,203,169). Sum of RGB (Red+Green+Blue) = 146+203+169=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #92CBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CBA9 is #6D3456. Grayscale: #B6B6B6. Windows color (decimal): -7156823 or 11127698. OLE color: 11127698.
HSL color Cylindrical-coordinate representation of color #92CBA9: hue angle of 144.21º 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 #92CBA9 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 169 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.20 |
| HSL | 144.21º | 0.35% | 0.68% | - |
| HSV(B) | 144.21º | 0.28% | 0.8% | - |
| XYZ | 40.37 | 51.69 | 45.38 | - |
| YUV | 182.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 169 | 0.28 | 0 | 0.17 | 0.20 | 144.21 | 0.35 | 0.68 |
| Hex | 92 | CB | A9 | 1C | 0 | 11 | 14 | 90 | 23 | 44 |
| Octal | 222 | 313 | 251 | 34 | 0 | 21 | 24 | 220 | 43 | 104 |
| Binary | 10010010 | 11001011 | 10101001 | 11100 | 0 | 10001 | 10100 | 10010000 | 100011 | 1000100 |
Color Harmonies of #92CBA9
Complementary color
Monochromatic Colors of #92CBA9
Black with #92CBA9
Text Example
Text Example
White with #92CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBA9; }
p { color: rgb(146,203,169); }
H1.HeaderClassName
{
color: #92CBA9;
}
.AnyTagClassName
{
color: #92CBA9;
}
</style>
background-color css
<style>
a { background-color: #92CBA9; }
a { background-color: rgb(146,203,169); }
div.DivClassName
{
background-color: #92CBA9;
}
.BgClassName
{
background-color: #92CBA9;
}
</style>
border-color css
<style>
span { border-color: #92CBA9; }
span { border-color: rgb(146,203,169); }
td.TdClassName
{
border-color: #92CBA9;
}
.TagClassName
{
border-color: #92CBA9;
}
</style>