Shades of Vista Blue #91CDAB
Tints of Vista Blue #91CDAB
RGB
CMYK
RGB Variations
Color information
#91CDAB (or 0x91CDAB) is known color: Vista Blue. HEX triplet: 91, CD and AB. RGB value is (145,205,171). Sum of RGB (Red+Green+Blue) = 145+205+171=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #91CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CDAB is #6E3254. Grayscale: #B7B7B7. Windows color (decimal): -7221845 or 11259281. OLE color: 11259281.
HSL color Cylindrical-coordinate representation of color #91CDAB: hue angle of 146º 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 #91CDAB is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 205 | 171 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.20 |
| HSL | 146º | 0.38% | 0.69% | - |
| HSV(B) | 146º | 0.29% | 0.8% | - |
| XYZ | 40.86 | 52.62 | 46.53 | - |
| YUV | 183.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 205 | 171 | 0.29 | 0 | 0.17 | 0.20 | 146 | 0.38 | 0.69 |
| Hex | 91 | CD | AB | 1D | 0 | 11 | 14 | 92 | 26 | 45 |
| Octal | 221 | 315 | 253 | 35 | 0 | 21 | 24 | 222 | 46 | 105 |
| Binary | 10010001 | 11001101 | 10101011 | 11101 | 0 | 10001 | 10100 | 10010010 | 100110 | 1000101 |
Color Harmonies of #91CDAB
Complementary color
Monochromatic Colors of #91CDAB
Black with #91CDAB
Text Example
Text Example
White with #91CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CDAB; }
p { color: rgb(145,205,171); }
H1.HeaderClassName
{
color: #91CDAB;
}
.AnyTagClassName
{
color: #91CDAB;
}
</style>
background-color css
<style>
a { background-color: #91CDAB; }
a { background-color: rgb(145,205,171); }
div.DivClassName
{
background-color: #91CDAB;
}
.BgClassName
{
background-color: #91CDAB;
}
</style>
border-color css
<style>
span { border-color: #91CDAB; }
span { border-color: rgb(145,205,171); }
td.TdClassName
{
border-color: #91CDAB;
}
.TagClassName
{
border-color: #91CDAB;
}
</style>