Shades of Vista Blue #92C8AC
Tints of Vista Blue #92C8AC
RGB
CMYK
RGB Variations
Color information
#92C8AC (or 0x92C8AC) is known color: Vista Blue. HEX triplet: 92, C8 and AC. RGB value is (146,200,172). Sum of RGB (Red+Green+Blue) = 146+200+172=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #92C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C8AC is #6D3753. Grayscale: #B4B4B4. Windows color (decimal): -7157588 or 11323538. OLE color: 11323538.
HSL color Cylindrical-coordinate representation of color #92C8AC: hue angle of 148.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C8AC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 172 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.22 |
| HSL | 148.89º | 0.33% | 0.68% | - |
| HSV(B) | 148.89º | 0.27% | 0.78% | - |
| XYZ | 39.95 | 50.4 | 46.65 | - |
| YUV | 180.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 172 | 0.27 | 0 | 0.14 | 0.22 | 148.89 | 0.33 | 0.68 |
| Hex | 92 | C8 | AC | 1B | 0 | E | 16 | 95 | 21 | 44 |
| Octal | 222 | 310 | 254 | 33 | 0 | 16 | 26 | 225 | 41 | 104 |
| Binary | 10010010 | 11001000 | 10101100 | 11011 | 0 | 1110 | 10110 | 10010101 | 100001 | 1000100 |
Color Harmonies of #92C8AC
Complementary color
Monochromatic Colors of #92C8AC
Black with #92C8AC
Text Example
Text Example
White with #92C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C8AC; }
p { color: rgb(146,200,172); }
H1.HeaderClassName
{
color: #92C8AC;
}
.AnyTagClassName
{
color: #92C8AC;
}
</style>
background-color css
<style>
a { background-color: #92C8AC; }
a { background-color: rgb(146,200,172); }
div.DivClassName
{
background-color: #92C8AC;
}
.BgClassName
{
background-color: #92C8AC;
}
</style>
border-color css
<style>
span { border-color: #92C8AC; }
span { border-color: rgb(146,200,172); }
td.TdClassName
{
border-color: #92C8AC;
}
.TagClassName
{
border-color: #92C8AC;
}
</style>