Shades of Vista Blue #92F7BA
Tints of Vista Blue #92F7BA
RGB
CMYK
RGB Variations
Color information
#92F7BA (or 0x92F7BA) is known color: Vista Blue. HEX triplet: 92, F7 and BA. RGB value is (146,247,186). Sum of RGB (Red+Green+Blue) = 146+247+186=579 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.22% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #92F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F7BA is #6D0845. Grayscale: #D1D1D1. Windows color (decimal): -7145542 or 12253074. OLE color: 12253074.
HSL color Cylindrical-coordinate representation of color #92F7BA: hue angle of 143.76º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F7BA is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 247 | 186 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.03 |
| HSL | 143.76º | 0.86% | 0.77% | - |
| HSV(B) | 143.76º | 0.41% | 0.97% | - |
| XYZ | 53.98 | 76.18 | 58.31 | - |
| YUV | 209.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 247 | 186 | 0.41 | 0 | 0.25 | 0.03 | 143.76 | 0.86 | 0.77 |
| Hex | 92 | F7 | BA | 29 | 0 | 19 | 3 | 90 | 56 | 4D |
| Octal | 222 | 367 | 272 | 51 | 0 | 31 | 3 | 220 | 126 | 115 |
| Binary | 10010010 | 11110111 | 10111010 | 101001 | 0 | 11001 | 11 | 10010000 | 1010110 | 1001101 |
Color Harmonies of #92F7BA
Complementary color
Monochromatic Colors of #92F7BA
Black with #92F7BA
Text Example
Text Example
White with #92F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F7BA; }
p { color: rgb(146,247,186); }
H1.HeaderClassName
{
color: #92F7BA;
}
.AnyTagClassName
{
color: #92F7BA;
}
</style>
background-color css
<style>
a { background-color: #92F7BA; }
a { background-color: rgb(146,247,186); }
div.DivClassName
{
background-color: #92F7BA;
}
.BgClassName
{
background-color: #92F7BA;
}
</style>
border-color css
<style>
span { border-color: #92F7BA; }
span { border-color: rgb(146,247,186); }
td.TdClassName
{
border-color: #92F7BA;
}
.TagClassName
{
border-color: #92F7BA;
}
</style>