Shades of Vista Blue #92D9BA
Tints of Vista Blue #92D9BA
RGB
CMYK
RGB Variations
Color information
#92D9BA (or 0x92D9BA) is known color: Vista Blue. HEX triplet: 92, D9 and BA. RGB value is (146,217,186). Sum of RGB (Red+Green+Blue) = 146+217+186=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #92D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D9BA is #6D2645. Grayscale: #C0C0C0. Windows color (decimal): -7153222 or 12245394. OLE color: 12245394.
HSL color Cylindrical-coordinate representation of color #92D9BA: hue angle of 153.8º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D9BA is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 217 | 186 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.15 |
| HSL | 153.8º | 0.48% | 0.71% | - |
| HSV(B) | 153.8º | 0.33% | 0.85% | - |
| XYZ | 45.53 | 59.28 | 55.5 | - |
| YUV | 192.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 217 | 186 | 0.33 | 0 | 0.14 | 0.15 | 153.8 | 0.48 | 0.71 |
| Hex | 92 | D9 | BA | 21 | 0 | E | F | 9A | 30 | 47 |
| Octal | 222 | 331 | 272 | 41 | 0 | 16 | 17 | 232 | 60 | 107 |
| Binary | 10010010 | 11011001 | 10111010 | 100001 | 0 | 1110 | 1111 | 10011010 | 110000 | 1000111 |
Color Harmonies of #92D9BA
Complementary color
Monochromatic Colors of #92D9BA
Black with #92D9BA
Text Example
Text Example
White with #92D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D9BA; }
p { color: rgb(146,217,186); }
H1.HeaderClassName
{
color: #92D9BA;
}
.AnyTagClassName
{
color: #92D9BA;
}
</style>
background-color css
<style>
a { background-color: #92D9BA; }
a { background-color: rgb(146,217,186); }
div.DivClassName
{
background-color: #92D9BA;
}
.BgClassName
{
background-color: #92D9BA;
}
</style>
border-color css
<style>
span { border-color: #92D9BA; }
span { border-color: rgb(146,217,186); }
td.TdClassName
{
border-color: #92D9BA;
}
.TagClassName
{
border-color: #92D9BA;
}
</style>