Shades of Vista Blue #92D8A9
Tints of Vista Blue #92D8A9
RGB
CMYK
RGB Variations
Color information
#92D8A9 (or 0x92D8A9) is known color: Vista Blue. HEX triplet: 92, D8 and A9. RGB value is (146,216,169). Sum of RGB (Red+Green+Blue) = 146+216+169=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #92D8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D8A9 is #6D2756. Grayscale: #BDBDBD. Windows color (decimal): -7153495 or 11131026. OLE color: 11131026.
HSL color Cylindrical-coordinate representation of color #92D8A9: hue angle of 139.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D8A9 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 216 | 169 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.15 |
| HSL | 139.71º | 0.47% | 0.71% | - |
| HSV(B) | 139.71º | 0.32% | 0.85% | - |
| XYZ | 43.57 | 58.09 | 46.45 | - |
| YUV | 189.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 216 | 169 | 0.32 | 0 | 0.22 | 0.15 | 139.71 | 0.47 | 0.71 |
| Hex | 92 | D8 | A9 | 20 | 0 | 16 | F | 8C | 2F | 47 |
| Octal | 222 | 330 | 251 | 40 | 0 | 26 | 17 | 214 | 57 | 107 |
| Binary | 10010010 | 11011000 | 10101001 | 100000 | 0 | 10110 | 1111 | 10001100 | 101111 | 1000111 |
Color Harmonies of #92D8A9
Complementary color
Monochromatic Colors of #92D8A9
Black with #92D8A9
Text Example
Text Example
White with #92D8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D8A9; }
p { color: rgb(146,216,169); }
H1.HeaderClassName
{
color: #92D8A9;
}
.AnyTagClassName
{
color: #92D8A9;
}
</style>
background-color css
<style>
a { background-color: #92D8A9; }
a { background-color: rgb(146,216,169); }
div.DivClassName
{
background-color: #92D8A9;
}
.BgClassName
{
background-color: #92D8A9;
}
</style>
border-color css
<style>
span { border-color: #92D8A9; }
span { border-color: rgb(146,216,169); }
td.TdClassName
{
border-color: #92D8A9;
}
.TagClassName
{
border-color: #92D8A9;
}
</style>