Shades of Vista Blue #92C6AE
Tints of Vista Blue #92C6AE
RGB
CMYK
RGB Variations
Color information
#92C6AE (or 0x92C6AE) is known color: Vista Blue. HEX triplet: 92, C6 and AE. RGB value is (146,198,174). Sum of RGB (Red+Green+Blue) = 146+198+174=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #92C6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C6AE is #6D3951. Grayscale: #B3B3B3. Windows color (decimal): -7158098 or 11454098. OLE color: 11454098.
HSL color Cylindrical-coordinate representation of color #92C6AE: hue angle of 152.31º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C6AE is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 174 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.22 |
| HSL | 152.31º | 0.31% | 0.67% | - |
| HSV(B) | 152.31º | 0.26% | 0.78% | - |
| XYZ | 39.69 | 49.56 | 47.52 | - |
| YUV | 179.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 174 | 0.26 | 0 | 0.12 | 0.22 | 152.31 | 0.31 | 0.67 |
| Hex | 92 | C6 | AE | 1A | 0 | C | 16 | 98 | 1F | 43 |
| Octal | 222 | 306 | 256 | 32 | 0 | 14 | 26 | 230 | 37 | 103 |
| Binary | 10010010 | 11000110 | 10101110 | 11010 | 0 | 1100 | 10110 | 10011000 | 11111 | 1000011 |
Color Harmonies of #92C6AE
Complementary color
Monochromatic Colors of #92C6AE
Black with #92C6AE
Text Example
Text Example
White with #92C6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C6AE; }
p { color: rgb(146,198,174); }
H1.HeaderClassName
{
color: #92C6AE;
}
.AnyTagClassName
{
color: #92C6AE;
}
</style>
background-color css
<style>
a { background-color: #92C6AE; }
a { background-color: rgb(146,198,174); }
div.DivClassName
{
background-color: #92C6AE;
}
.BgClassName
{
background-color: #92C6AE;
}
</style>
border-color css
<style>
span { border-color: #92C6AE; }
span { border-color: rgb(146,198,174); }
td.TdClassName
{
border-color: #92C6AE;
}
.TagClassName
{
border-color: #92C6AE;
}
</style>