Shades of Vista Blue #92D8AD
Tints of Vista Blue #92D8AD
RGB
CMYK
RGB Variations
Color information
#92D8AD (or 0x92D8AD) is known color: Vista Blue. HEX triplet: 92, D8 and AD. RGB value is (146,216,173). Sum of RGB (Red+Green+Blue) = 146+216+173=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #92D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D8AD is #6D2752. Grayscale: #BEBEBE. Windows color (decimal): -7153491 or 11393170. OLE color: 11393170.
HSL color Cylindrical-coordinate representation of color #92D8AD: hue angle of 143.14º 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 #92D8AD is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 216 | 173 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.15 |
| HSL | 143.14º | 0.47% | 0.71% | - |
| HSV(B) | 143.14º | 0.32% | 0.85% | - |
| XYZ | 43.95 | 58.24 | 48.46 | - |
| YUV | 190.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 216 | 173 | 0.32 | 0 | 0.20 | 0.15 | 143.14 | 0.47 | 0.71 |
| Hex | 92 | D8 | AD | 20 | 0 | 14 | F | 8F | 2F | 47 |
| Octal | 222 | 330 | 255 | 40 | 0 | 24 | 17 | 217 | 57 | 107 |
| Binary | 10010010 | 11011000 | 10101101 | 100000 | 0 | 10100 | 1111 | 10001111 | 101111 | 1000111 |
Color Harmonies of #92D8AD
Complementary color
Monochromatic Colors of #92D8AD
Black with #92D8AD
Text Example
Text Example
White with #92D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D8AD; }
p { color: rgb(146,216,173); }
H1.HeaderClassName
{
color: #92D8AD;
}
.AnyTagClassName
{
color: #92D8AD;
}
</style>
background-color css
<style>
a { background-color: #92D8AD; }
a { background-color: rgb(146,216,173); }
div.DivClassName
{
background-color: #92D8AD;
}
.BgClassName
{
background-color: #92D8AD;
}
</style>
border-color css
<style>
span { border-color: #92D8AD; }
span { border-color: rgb(146,216,173); }
td.TdClassName
{
border-color: #92D8AD;
}
.TagClassName
{
border-color: #92D8AD;
}
</style>