Shades of Vista Blue #91CCA9
Tints of Vista Blue #91CCA9
RGB
CMYK
RGB Variations
Color information
#91CCA9 (or 0x91CCA9) is known color: Vista Blue. HEX triplet: 91, CC and A9. RGB value is (145,204,169). Sum of RGB (Red+Green+Blue) = 145+204+169=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #91CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CCA9 is #6E3356. Grayscale: #B6B6B6. Windows color (decimal): -7222103 or 11127953. OLE color: 11127953.
HSL color Cylindrical-coordinate representation of color #91CCA9: hue angle of 144.41º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CCA9 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 169 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.2 |
| HSL | 144.41º | 0.37% | 0.68% | - |
| HSV(B) | 144.41º | 0.29% | 0.8% | - |
| XYZ | 40.43 | 52.07 | 45.46 | - |
| YUV | 182.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 169 | 0.29 | 0 | 0.17 | 0.2 | 144.41 | 0.37 | 0.68 |
| Hex | 91 | CC | A9 | 1D | 0 | 11 | 14 | 90 | 25 | 44 |
| Octal | 221 | 314 | 251 | 35 | 0 | 21 | 24 | 220 | 45 | 104 |
| Binary | 10010001 | 11001100 | 10101001 | 11101 | 0 | 10001 | 10100 | 10010000 | 100101 | 1000100 |
Color Harmonies of #91CCA9
Complementary color
Monochromatic Colors of #91CCA9
Black with #91CCA9
Text Example
Text Example
White with #91CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CCA9; }
p { color: rgb(145,204,169); }
H1.HeaderClassName
{
color: #91CCA9;
}
.AnyTagClassName
{
color: #91CCA9;
}
</style>
background-color css
<style>
a { background-color: #91CCA9; }
a { background-color: rgb(145,204,169); }
div.DivClassName
{
background-color: #91CCA9;
}
.BgClassName
{
background-color: #91CCA9;
}
</style>
border-color css
<style>
span { border-color: #91CCA9; }
span { border-color: rgb(145,204,169); }
td.TdClassName
{
border-color: #91CCA9;
}
.TagClassName
{
border-color: #91CCA9;
}
</style>