Shades of Vista Blue #91C8AC
Tints of Vista Blue #91C8AC
RGB
CMYK
RGB Variations
Color information
#91C8AC (or 0x91C8AC) is known color: Vista Blue. HEX triplet: 91, C8 and AC. RGB value is (145,200,172). Sum of RGB (Red+Green+Blue) = 145+200+172=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #91C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C8AC is #6E3753. Grayscale: #B4B4B4. Windows color (decimal): -7223124 or 11323537. OLE color: 11323537.
HSL color Cylindrical-coordinate representation of color #91C8AC: hue angle of 149.45º 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 #91C8AC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 200 | 172 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.22 |
| HSL | 149.45º | 0.33% | 0.68% | - |
| HSV(B) | 149.45º | 0.28% | 0.78% | - |
| XYZ | 39.78 | 50.31 | 46.64 | - |
| YUV | 180.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 172 | 0.28 | 0 | 0.14 | 0.22 | 149.45 | 0.33 | 0.68 |
| Hex | 91 | C8 | AC | 1C | 0 | E | 16 | 95 | 21 | 44 |
| Octal | 221 | 310 | 254 | 34 | 0 | 16 | 26 | 225 | 41 | 104 |
| Binary | 10010001 | 11001000 | 10101100 | 11100 | 0 | 1110 | 10110 | 10010101 | 100001 | 1000100 |
Color Harmonies of #91C8AC
Complementary color
Monochromatic Colors of #91C8AC
Black with #91C8AC
Text Example
Text Example
White with #91C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C8AC; }
p { color: rgb(145,200,172); }
H1.HeaderClassName
{
color: #91C8AC;
}
.AnyTagClassName
{
color: #91C8AC;
}
</style>
background-color css
<style>
a { background-color: #91C8AC; }
a { background-color: rgb(145,200,172); }
div.DivClassName
{
background-color: #91C8AC;
}
.BgClassName
{
background-color: #91C8AC;
}
</style>
border-color css
<style>
span { border-color: #91C8AC; }
span { border-color: rgb(145,200,172); }
td.TdClassName
{
border-color: #91C8AC;
}
.TagClassName
{
border-color: #91C8AC;
}
</style>