Shades of Vista Blue #91C8AB
Tints of Vista Blue #91C8AB
RGB
CMYK
RGB Variations
Color information
#91C8AB (or 0x91C8AB) is known color: Vista Blue. HEX triplet: 91, C8 and AB. RGB value is (145,200,171). Sum of RGB (Red+Green+Blue) = 145+200+171=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #91C8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C8AB is #6E3754. Grayscale: #B4B4B4. Windows color (decimal): -7223125 or 11258001. OLE color: 11258001.
HSL color Cylindrical-coordinate representation of color #91C8AB: hue angle of 148.36º 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 #91C8AB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 200 | 171 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.22 |
| HSL | 148.36º | 0.33% | 0.68% | - |
| HSV(B) | 148.36º | 0.28% | 0.78% | - |
| XYZ | 39.68 | 50.27 | 46.14 | - |
| YUV | 180.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 171 | 0.28 | 0 | 0.14 | 0.22 | 148.36 | 0.33 | 0.68 |
| Hex | 91 | C8 | AB | 1C | 0 | E | 16 | 94 | 21 | 44 |
| Octal | 221 | 310 | 253 | 34 | 0 | 16 | 26 | 224 | 41 | 104 |
| Binary | 10010001 | 11001000 | 10101011 | 11100 | 0 | 1110 | 10110 | 10010100 | 100001 | 1000100 |
Color Harmonies of #91C8AB
Complementary color
Monochromatic Colors of #91C8AB
Black with #91C8AB
Text Example
Text Example
White with #91C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C8AB; }
p { color: rgb(145,200,171); }
H1.HeaderClassName
{
color: #91C8AB;
}
.AnyTagClassName
{
color: #91C8AB;
}
</style>
background-color css
<style>
a { background-color: #91C8AB; }
a { background-color: rgb(145,200,171); }
div.DivClassName
{
background-color: #91C8AB;
}
.BgClassName
{
background-color: #91C8AB;
}
</style>
border-color css
<style>
span { border-color: #91C8AB; }
span { border-color: rgb(145,200,171); }
td.TdClassName
{
border-color: #91C8AB;
}
.TagClassName
{
border-color: #91C8AB;
}
</style>