Shades of Vista Blue #92CEA9
Tints of Vista Blue #92CEA9
RGB
CMYK
RGB Variations
Color information
#92CEA9 (or 0x92CEA9) is known color: Vista Blue. HEX triplet: 92, CE and A9. RGB value is (146,206,169). Sum of RGB (Red+Green+Blue) = 146+206+169=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CEA9 is #6D3156. Grayscale: #B7B7B7. Windows color (decimal): -7156055 or 11128466. OLE color: 11128466.
HSL color Cylindrical-coordinate representation of color #92CEA9: hue angle of 143º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CEA9 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 169 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.19 |
| HSL | 143º | 0.38% | 0.69% | - |
| HSV(B) | 143º | 0.29% | 0.81% | - |
| XYZ | 41.09 | 53.12 | 45.62 | - |
| YUV | 183.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 169 | 0.29 | 0 | 0.18 | 0.19 | 143 | 0.38 | 0.69 |
| Hex | 92 | CE | A9 | 1D | 0 | 12 | 13 | 8F | 26 | 45 |
| Octal | 222 | 316 | 251 | 35 | 0 | 22 | 23 | 217 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10101001 | 11101 | 0 | 10010 | 10011 | 10001111 | 100110 | 1000101 |
Color Harmonies of #92CEA9
Complementary color
Monochromatic Colors of #92CEA9
Black with #92CEA9
Text Example
Text Example
White with #92CEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEA9; }
p { color: rgb(146,206,169); }
H1.HeaderClassName
{
color: #92CEA9;
}
.AnyTagClassName
{
color: #92CEA9;
}
</style>
background-color css
<style>
a { background-color: #92CEA9; }
a { background-color: rgb(146,206,169); }
div.DivClassName
{
background-color: #92CEA9;
}
.BgClassName
{
background-color: #92CEA9;
}
</style>
border-color css
<style>
span { border-color: #92CEA9; }
span { border-color: rgb(146,206,169); }
td.TdClassName
{
border-color: #92CEA9;
}
.TagClassName
{
border-color: #92CEA9;
}
</style>