Shades of Vista Blue #92D0AE
Tints of Vista Blue #92D0AE
RGB
CMYK
RGB Variations
Color information
#92D0AE (or 0x92D0AE) is known color: Vista Blue. HEX triplet: 92, D0 and AE. RGB value is (146,208,174). Sum of RGB (Red+Green+Blue) = 146+208+174=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #92D0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D0AE is #6D2F51. Grayscale: #B9B9B9. Windows color (decimal): -7155538 or 11456658. OLE color: 11456658.
HSL color Cylindrical-coordinate representation of color #92D0AE: hue angle of 147.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D0AE is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 174 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.18 |
| HSL | 147.1º | 0.4% | 0.69% | - |
| HSV(B) | 147.1º | 0.3% | 0.82% | - |
| XYZ | 42.05 | 54.28 | 48.3 | - |
| YUV | 185.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 174 | 0.30 | 0 | 0.16 | 0.18 | 147.1 | 0.4 | 0.69 |
| Hex | 92 | D0 | AE | 1E | 0 | 10 | 12 | 93 | 28 | 45 |
| Octal | 222 | 320 | 256 | 36 | 0 | 20 | 22 | 223 | 50 | 105 |
| Binary | 10010010 | 11010000 | 10101110 | 11110 | 0 | 10000 | 10010 | 10010011 | 101000 | 1000101 |
Color Harmonies of #92D0AE
Complementary color
Monochromatic Colors of #92D0AE
Black with #92D0AE
Text Example
Text Example
White with #92D0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D0AE; }
p { color: rgb(146,208,174); }
H1.HeaderClassName
{
color: #92D0AE;
}
.AnyTagClassName
{
color: #92D0AE;
}
</style>
background-color css
<style>
a { background-color: #92D0AE; }
a { background-color: rgb(146,208,174); }
div.DivClassName
{
background-color: #92D0AE;
}
.BgClassName
{
background-color: #92D0AE;
}
</style>
border-color css
<style>
span { border-color: #92D0AE; }
span { border-color: rgb(146,208,174); }
td.TdClassName
{
border-color: #92D0AE;
}
.TagClassName
{
border-color: #92D0AE;
}
</style>