Shades of Vista Blue #91C6AB
Tints of Vista Blue #91C6AB
RGB
CMYK
RGB Variations
Color information
#91C6AB (or 0x91C6AB) is known color: Vista Blue. HEX triplet: 91, C6 and AB. RGB value is (145,198,171). Sum of RGB (Red+Green+Blue) = 145+198+171=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #91C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C6AB is #6E3954. Grayscale: #B3B3B3. Windows color (decimal): -7223637 or 11257489. OLE color: 11257489.
HSL color Cylindrical-coordinate representation of color #91C6AB: hue angle of 149.43º 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 #91C6AB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 198 | 171 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.22 |
| HSL | 149.43º | 0.32% | 0.67% | - |
| HSV(B) | 149.43º | 0.27% | 0.78% | - |
| XYZ | 39.22 | 49.35 | 45.99 | - |
| YUV | 179.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 198 | 171 | 0.27 | 0 | 0.14 | 0.22 | 149.43 | 0.32 | 0.67 |
| Hex | 91 | C6 | AB | 1B | 0 | E | 16 | 95 | 20 | 43 |
| Octal | 221 | 306 | 253 | 33 | 0 | 16 | 26 | 225 | 40 | 103 |
| Binary | 10010001 | 11000110 | 10101011 | 11011 | 0 | 1110 | 10110 | 10010101 | 100000 | 1000011 |
Color Harmonies of #91C6AB
Complementary color
Monochromatic Colors of #91C6AB
Black with #91C6AB
Text Example
Text Example
White with #91C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C6AB; }
p { color: rgb(145,198,171); }
H1.HeaderClassName
{
color: #91C6AB;
}
.AnyTagClassName
{
color: #91C6AB;
}
</style>
background-color css
<style>
a { background-color: #91C6AB; }
a { background-color: rgb(145,198,171); }
div.DivClassName
{
background-color: #91C6AB;
}
.BgClassName
{
background-color: #91C6AB;
}
</style>
border-color css
<style>
span { border-color: #91C6AB; }
span { border-color: rgb(145,198,171); }
td.TdClassName
{
border-color: #91C6AB;
}
.TagClassName
{
border-color: #91C6AB;
}
</style>