Shades of Vista Blue #92EBAE
Tints of Vista Blue #92EBAE
RGB
CMYK
RGB Variations
Color information
#92EBAE (or 0x92EBAE) is known color: Vista Blue. HEX triplet: 92, EB and AE. RGB value is (146,235,174). Sum of RGB (Red+Green+Blue) = 146+235+174=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EBAE is #6D1451. Grayscale: #C9C9C9. Windows color (decimal): -7148626 or 11463570. OLE color: 11463570.
HSL color Cylindrical-coordinate representation of color #92EBAE: hue angle of 138.88º degrees, saturation: 0.69, 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 #92EBAE is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 235 | 174 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.08 |
| HSL | 138.88º | 0.69% | 0.75% | - |
| HSV(B) | 138.88º | 0.38% | 0.92% | - |
| XYZ | 49.2 | 68.58 | 50.69 | - |
| YUV | 201.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 235 | 174 | 0.38 | 0 | 0.26 | 0.08 | 138.88 | 0.69 | 0.75 |
| Hex | 92 | EB | AE | 26 | 0 | 1A | 8 | 8B | 45 | 4B |
| Octal | 222 | 353 | 256 | 46 | 0 | 32 | 10 | 213 | 105 | 113 |
| Binary | 10010010 | 11101011 | 10101110 | 100110 | 0 | 11010 | 1000 | 10001011 | 1000101 | 1001011 |
Color Harmonies of #92EBAE
Complementary color
Monochromatic Colors of #92EBAE
Black with #92EBAE
Text Example
Text Example
White with #92EBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EBAE; }
p { color: rgb(146,235,174); }
H1.HeaderClassName
{
color: #92EBAE;
}
.AnyTagClassName
{
color: #92EBAE;
}
</style>
background-color css
<style>
a { background-color: #92EBAE; }
a { background-color: rgb(146,235,174); }
div.DivClassName
{
background-color: #92EBAE;
}
.BgClassName
{
background-color: #92EBAE;
}
</style>
border-color css
<style>
span { border-color: #92EBAE; }
span { border-color: rgb(146,235,174); }
td.TdClassName
{
border-color: #92EBAE;
}
.TagClassName
{
border-color: #92EBAE;
}
</style>