Shades of Vista Blue #92EABA
Tints of Vista Blue #92EABA
RGB
CMYK
RGB Variations
Color information
#92EABA (or 0x92EABA) is known color: Vista Blue. HEX triplet: 92, EA and BA. RGB value is (146,234,186). Sum of RGB (Red+Green+Blue) = 146+234+186=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #92EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EABA is #6D1545. Grayscale: #CACACA. Windows color (decimal): -7148870 or 12249746. OLE color: 12249746.
HSL color Cylindrical-coordinate representation of color #92EABA: hue angle of 147.27º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EABA is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 234 | 186 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.08 |
| HSL | 147.27º | 0.68% | 0.75% | - |
| HSV(B) | 147.27º | 0.38% | 0.92% | - |
| XYZ | 50.14 | 68.5 | 57.03 | - |
| YUV | 202.22 | 118.85 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 234 | 186 | 0.38 | 0 | 0.21 | 0.08 | 147.27 | 0.68 | 0.75 |
| Hex | 92 | EA | BA | 26 | 0 | 15 | 8 | 93 | 44 | 4B |
| Octal | 222 | 352 | 272 | 46 | 0 | 25 | 10 | 223 | 104 | 113 |
| Binary | 10010010 | 11101010 | 10111010 | 100110 | 0 | 10101 | 1000 | 10010011 | 1000100 | 1001011 |
Color Harmonies of #92EABA
Complementary color
Monochromatic Colors of #92EABA
Black with #92EABA
Text Example
Text Example
White with #92EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EABA; }
p { color: rgb(146,234,186); }
H1.HeaderClassName
{
color: #92EABA;
}
.AnyTagClassName
{
color: #92EABA;
}
</style>
background-color css
<style>
a { background-color: #92EABA; }
a { background-color: rgb(146,234,186); }
div.DivClassName
{
background-color: #92EABA;
}
.BgClassName
{
background-color: #92EABA;
}
</style>
border-color css
<style>
span { border-color: #92EABA; }
span { border-color: rgb(146,234,186); }
td.TdClassName
{
border-color: #92EABA;
}
.TagClassName
{
border-color: #92EABA;
}
</style>