Shades of Vista Blue #91D1AD
Tints of Vista Blue #91D1AD
RGB
CMYK
RGB Variations
Color information
#91D1AD (or 0x91D1AD) is known color: Vista Blue. HEX triplet: 91, D1 and AD. RGB value is (145,209,173). Sum of RGB (Red+Green+Blue) = 145+209+173=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #91D1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D1AD is #6E2E52. Grayscale: #B9B9B9. Windows color (decimal): -7220819 or 11391377. OLE color: 11391377.
HSL color Cylindrical-coordinate representation of color #91D1AD: hue angle of 146.25º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D1AD is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 209 | 173 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.18 |
| HSL | 146.25º | 0.41% | 0.69% | - |
| HSV(B) | 146.25º | 0.31% | 0.82% | - |
| XYZ | 42.02 | 54.64 | 47.87 | - |
| YUV | 185.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 209 | 173 | 0.31 | 0 | 0.17 | 0.18 | 146.25 | 0.41 | 0.69 |
| Hex | 91 | D1 | AD | 1F | 0 | 11 | 12 | 92 | 29 | 45 |
| Octal | 221 | 321 | 255 | 37 | 0 | 21 | 22 | 222 | 51 | 105 |
| Binary | 10010001 | 11010001 | 10101101 | 11111 | 0 | 10001 | 10010 | 10010010 | 101001 | 1000101 |
Color Harmonies of #91D1AD
Complementary color
Monochromatic Colors of #91D1AD
Black with #91D1AD
Text Example
Text Example
White with #91D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D1AD; }
p { color: rgb(145,209,173); }
H1.HeaderClassName
{
color: #91D1AD;
}
.AnyTagClassName
{
color: #91D1AD;
}
</style>
background-color css
<style>
a { background-color: #91D1AD; }
a { background-color: rgb(145,209,173); }
div.DivClassName
{
background-color: #91D1AD;
}
.BgClassName
{
background-color: #91D1AD;
}
</style>
border-color css
<style>
span { border-color: #91D1AD; }
span { border-color: rgb(145,209,173); }
td.TdClassName
{
border-color: #91D1AD;
}
.TagClassName
{
border-color: #91D1AD;
}
</style>