Shades of Vista Blue #91CAA8
Tints of Vista Blue #91CAA8
RGB
CMYK
RGB Variations
Color information
#91CAA8 (or 0x91CAA8) is known color: Vista Blue. HEX triplet: 91, CA and A8. RGB value is (145,202,168). Sum of RGB (Red+Green+Blue) = 145+202+168=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #91CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CAA8 is #6E3557. Grayscale: #B5B5B5. Windows color (decimal): -7222616 or 11061905. OLE color: 11061905.
HSL color Cylindrical-coordinate representation of color #91CAA8: hue angle of 144.21º degrees, saturation: 0.35, 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 #91CAA8 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 168 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.21 |
| HSL | 144.21º | 0.35% | 0.68% | - |
| HSV(B) | 144.21º | 0.28% | 0.79% | - |
| XYZ | 39.87 | 51.09 | 44.81 | - |
| YUV | 181.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 168 | 0.28 | 0 | 0.17 | 0.21 | 144.21 | 0.35 | 0.68 |
| Hex | 91 | CA | A8 | 1C | 0 | 11 | 15 | 90 | 23 | 44 |
| Octal | 221 | 312 | 250 | 34 | 0 | 21 | 25 | 220 | 43 | 104 |
| Binary | 10010001 | 11001010 | 10101000 | 11100 | 0 | 10001 | 10101 | 10010000 | 100011 | 1000100 |
Color Harmonies of #91CAA8
Complementary color
Monochromatic Colors of #91CAA8
Black with #91CAA8
Text Example
Text Example
White with #91CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CAA8; }
p { color: rgb(145,202,168); }
H1.HeaderClassName
{
color: #91CAA8;
}
.AnyTagClassName
{
color: #91CAA8;
}
</style>
background-color css
<style>
a { background-color: #91CAA8; }
a { background-color: rgb(145,202,168); }
div.DivClassName
{
background-color: #91CAA8;
}
.BgClassName
{
background-color: #91CAA8;
}
</style>
border-color css
<style>
span { border-color: #91CAA8; }
span { border-color: rgb(145,202,168); }
td.TdClassName
{
border-color: #91CAA8;
}
.TagClassName
{
border-color: #91CAA8;
}
</style>