Shades of Vista Blue #91C9AB
Tints of Vista Blue #91C9AB
RGB
CMYK
RGB Variations
Color information
#91C9AB (or 0x91C9AB) is known color: Vista Blue. HEX triplet: 91, C9 and AB. RGB value is (145,201,171). Sum of RGB (Red+Green+Blue) = 145+201+171=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #91C9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C9AB is #6E3654. Grayscale: #B4B4B4. Windows color (decimal): -7222869 or 11258257. OLE color: 11258257.
HSL color Cylindrical-coordinate representation of color #91C9AB: hue angle of 147.86º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91C9AB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 171 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.21 |
| HSL | 147.86º | 0.34% | 0.68% | - |
| HSV(B) | 147.86º | 0.28% | 0.79% | - |
| XYZ | 39.91 | 50.73 | 46.22 | - |
| YUV | 180.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 171 | 0.28 | 0 | 0.15 | 0.21 | 147.86 | 0.34 | 0.68 |
| Hex | 91 | C9 | AB | 1C | 0 | F | 15 | 94 | 22 | 44 |
| Octal | 221 | 311 | 253 | 34 | 0 | 17 | 25 | 224 | 42 | 104 |
| Binary | 10010001 | 11001001 | 10101011 | 11100 | 0 | 1111 | 10101 | 10010100 | 100010 | 1000100 |
Color Harmonies of #91C9AB
Complementary color
Monochromatic Colors of #91C9AB
Black with #91C9AB
Text Example
Text Example
White with #91C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C9AB; }
p { color: rgb(145,201,171); }
H1.HeaderClassName
{
color: #91C9AB;
}
.AnyTagClassName
{
color: #91C9AB;
}
</style>
background-color css
<style>
a { background-color: #91C9AB; }
a { background-color: rgb(145,201,171); }
div.DivClassName
{
background-color: #91C9AB;
}
.BgClassName
{
background-color: #91C9AB;
}
</style>
border-color css
<style>
span { border-color: #91C9AB; }
span { border-color: rgb(145,201,171); }
td.TdClassName
{
border-color: #91C9AB;
}
.TagClassName
{
border-color: #91C9AB;
}
</style>