Shades of Vista Blue #91C9AF
Tints of Vista Blue #91C9AF
RGB
CMYK
RGB Variations
Color information
#91C9AF (or 0x91C9AF) is known color: Vista Blue. HEX triplet: 91, C9 and AF. RGB value is (145,201,175). Sum of RGB (Red+Green+Blue) = 145+201+175=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #91C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C9AF is #6E3650. Grayscale: #B5B5B5. Windows color (decimal): -7222865 or 11520401. OLE color: 11520401.
HSL color Cylindrical-coordinate representation of color #91C9AF: hue angle of 152.14º 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 #91C9AF is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 175 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.21 |
| HSL | 152.14º | 0.34% | 0.68% | - |
| HSV(B) | 152.14º | 0.28% | 0.79% | - |
| XYZ | 40.3 | 50.89 | 48.26 | - |
| YUV | 181.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 175 | 0.28 | 0 | 0.13 | 0.21 | 152.14 | 0.34 | 0.68 |
| Hex | 91 | C9 | AF | 1C | 0 | D | 15 | 98 | 22 | 44 |
| Octal | 221 | 311 | 257 | 34 | 0 | 15 | 25 | 230 | 42 | 104 |
| Binary | 10010001 | 11001001 | 10101111 | 11100 | 0 | 1101 | 10101 | 10011000 | 100010 | 1000100 |
Color Harmonies of #91C9AF
Complementary color
Monochromatic Colors of #91C9AF
Black with #91C9AF
Text Example
Text Example
White with #91C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C9AF; }
p { color: rgb(145,201,175); }
H1.HeaderClassName
{
color: #91C9AF;
}
.AnyTagClassName
{
color: #91C9AF;
}
</style>
background-color css
<style>
a { background-color: #91C9AF; }
a { background-color: rgb(145,201,175); }
div.DivClassName
{
background-color: #91C9AF;
}
.BgClassName
{
background-color: #91C9AF;
}
</style>
border-color css
<style>
span { border-color: #91C9AF; }
span { border-color: rgb(145,201,175); }
td.TdClassName
{
border-color: #91C9AF;
}
.TagClassName
{
border-color: #91C9AF;
}
</style>