Shades of Vista Blue #92D8AA
Tints of Vista Blue #92D8AA
RGB
CMYK
RGB Variations
Color information
#92D8AA (or 0x92D8AA) is known color: Vista Blue. HEX triplet: 92, D8 and AA. RGB value is (146,216,170). Sum of RGB (Red+Green+Blue) = 146+216+170=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #92D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D8AA is #6D2755. Grayscale: #BDBDBD. Windows color (decimal): -7153494 or 11196562. OLE color: 11196562.
HSL color Cylindrical-coordinate representation of color #92D8AA: hue angle of 140.57º 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 #92D8AA is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 216 | 170 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.15 |
| HSL | 140.57º | 0.47% | 0.71% | - |
| HSV(B) | 140.57º | 0.32% | 0.85% | - |
| XYZ | 43.67 | 58.13 | 46.95 | - |
| YUV | 189.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 216 | 170 | 0.32 | 0 | 0.21 | 0.15 | 140.57 | 0.47 | 0.71 |
| Hex | 92 | D8 | AA | 20 | 0 | 15 | F | 8D | 2F | 47 |
| Octal | 222 | 330 | 252 | 40 | 0 | 25 | 17 | 215 | 57 | 107 |
| Binary | 10010010 | 11011000 | 10101010 | 100000 | 0 | 10101 | 1111 | 10001101 | 101111 | 1000111 |
Color Harmonies of #92D8AA
Complementary color
Monochromatic Colors of #92D8AA
Black with #92D8AA
Text Example
Text Example
White with #92D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D8AA; }
p { color: rgb(146,216,170); }
H1.HeaderClassName
{
color: #92D8AA;
}
.AnyTagClassName
{
color: #92D8AA;
}
</style>
background-color css
<style>
a { background-color: #92D8AA; }
a { background-color: rgb(146,216,170); }
div.DivClassName
{
background-color: #92D8AA;
}
.BgClassName
{
background-color: #92D8AA;
}
</style>
border-color css
<style>
span { border-color: #92D8AA; }
span { border-color: rgb(146,216,170); }
td.TdClassName
{
border-color: #92D8AA;
}
.TagClassName
{
border-color: #92D8AA;
}
</style>