Shades of Vista Blue #91C9AD
Tints of Vista Blue #91C9AD
RGB
CMYK
RGB Variations
Color information
#91C9AD (or 0x91C9AD) is known color: Vista Blue. HEX triplet: 91, C9 and AD. RGB value is (145,201,173). Sum of RGB (Red+Green+Blue) = 145+201+173=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #91C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C9AD is #6E3652. Grayscale: #B5B5B5. Windows color (decimal): -7222867 or 11389329. OLE color: 11389329.
HSL color Cylindrical-coordinate representation of color #91C9AD: hue angle of 150º 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 #91C9AD is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 173 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.21 |
| HSL | 150º | 0.34% | 0.68% | - |
| HSV(B) | 150º | 0.28% | 0.79% | - |
| XYZ | 40.11 | 50.81 | 47.23 | - |
| YUV | 181.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 173 | 0.28 | 0 | 0.14 | 0.21 | 150 | 0.34 | 0.68 |
| Hex | 91 | C9 | AD | 1C | 0 | E | 15 | 96 | 22 | 44 |
| Octal | 221 | 311 | 255 | 34 | 0 | 16 | 25 | 226 | 42 | 104 |
| Binary | 10010001 | 11001001 | 10101101 | 11100 | 0 | 1110 | 10101 | 10010110 | 100010 | 1000100 |
Color Harmonies of #91C9AD
Complementary color
Monochromatic Colors of #91C9AD
Black with #91C9AD
Text Example
Text Example
White with #91C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C9AD; }
p { color: rgb(145,201,173); }
H1.HeaderClassName
{
color: #91C9AD;
}
.AnyTagClassName
{
color: #91C9AD;
}
</style>
background-color css
<style>
a { background-color: #91C9AD; }
a { background-color: rgb(145,201,173); }
div.DivClassName
{
background-color: #91C9AD;
}
.BgClassName
{
background-color: #91C9AD;
}
</style>
border-color css
<style>
span { border-color: #91C9AD; }
span { border-color: rgb(145,201,173); }
td.TdClassName
{
border-color: #91C9AD;
}
.TagClassName
{
border-color: #91C9AD;
}
</style>