Shades of Vista Blue #91CDA9
Tints of Vista Blue #91CDA9
RGB
CMYK
RGB Variations
Color information
#91CDA9 (or 0x91CDA9) is known color: Vista Blue. HEX triplet: 91, CD and A9. RGB value is (145,205,169). Sum of RGB (Red+Green+Blue) = 145+205+169=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #91CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CDA9 is #6E3256. Grayscale: #B7B7B7. Windows color (decimal): -7221847 or 11128209. OLE color: 11128209.
HSL color Cylindrical-coordinate representation of color #91CDA9: hue angle of 144º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CDA9 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 205 | 169 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.20 |
| HSL | 144º | 0.38% | 0.69% | - |
| HSV(B) | 144º | 0.29% | 0.8% | - |
| XYZ | 40.67 | 52.55 | 45.54 | - |
| YUV | 182.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 205 | 169 | 0.29 | 0 | 0.18 | 0.20 | 144 | 0.38 | 0.69 |
| Hex | 91 | CD | A9 | 1D | 0 | 12 | 14 | 90 | 26 | 45 |
| Octal | 221 | 315 | 251 | 35 | 0 | 22 | 24 | 220 | 46 | 105 |
| Binary | 10010001 | 11001101 | 10101001 | 11101 | 0 | 10010 | 10100 | 10010000 | 100110 | 1000101 |
Color Harmonies of #91CDA9
Complementary color
Monochromatic Colors of #91CDA9
Black with #91CDA9
Text Example
Text Example
White with #91CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CDA9; }
p { color: rgb(145,205,169); }
H1.HeaderClassName
{
color: #91CDA9;
}
.AnyTagClassName
{
color: #91CDA9;
}
</style>
background-color css
<style>
a { background-color: #91CDA9; }
a { background-color: rgb(145,205,169); }
div.DivClassName
{
background-color: #91CDA9;
}
.BgClassName
{
background-color: #91CDA9;
}
</style>
border-color css
<style>
span { border-color: #91CDA9; }
span { border-color: rgb(145,205,169); }
td.TdClassName
{
border-color: #91CDA9;
}
.TagClassName
{
border-color: #91CDA9;
}
</style>