Shades of Vista Blue #91C6A8
Tints of Vista Blue #91C6A8
RGB
CMYK
RGB Variations
Color information
#91C6A8 (or 0x91C6A8) is known color: Vista Blue. HEX triplet: 91, C6 and A8. RGB value is (145,198,168). Sum of RGB (Red+Green+Blue) = 145+198+168=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #91C6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C6A8 is #6E3957. Grayscale: #B2B2B2. Windows color (decimal): -7223640 or 11060881. OLE color: 11060881.
HSL color Cylindrical-coordinate representation of color #91C6A8: hue angle of 146.04º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91C6A8 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 198 | 168 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.22 |
| HSL | 146.04º | 0.32% | 0.67% | - |
| HSV(B) | 146.04º | 0.27% | 0.78% | - |
| XYZ | 38.94 | 49.24 | 44.5 | - |
| YUV | 178.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 198 | 168 | 0.27 | 0 | 0.15 | 0.22 | 146.04 | 0.32 | 0.67 |
| Hex | 91 | C6 | A8 | 1B | 0 | F | 16 | 92 | 20 | 43 |
| Octal | 221 | 306 | 250 | 33 | 0 | 17 | 26 | 222 | 40 | 103 |
| Binary | 10010001 | 11000110 | 10101000 | 11011 | 0 | 1111 | 10110 | 10010010 | 100000 | 1000011 |
Color Harmonies of #91C6A8
Complementary color
Monochromatic Colors of #91C6A8
Black with #91C6A8
Text Example
Text Example
White with #91C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C6A8; }
p { color: rgb(145,198,168); }
H1.HeaderClassName
{
color: #91C6A8;
}
.AnyTagClassName
{
color: #91C6A8;
}
</style>
background-color css
<style>
a { background-color: #91C6A8; }
a { background-color: rgb(145,198,168); }
div.DivClassName
{
background-color: #91C6A8;
}
.BgClassName
{
background-color: #91C6A8;
}
</style>
border-color css
<style>
span { border-color: #91C6A8; }
span { border-color: rgb(145,198,168); }
td.TdClassName
{
border-color: #91C6A8;
}
.TagClassName
{
border-color: #91C6A8;
}
</style>