Shades of Vista Blue #91D1A8
Tints of Vista Blue #91D1A8
RGB
CMYK
RGB Variations
Color information
#91D1A8 (or 0x91D1A8) is known color: Vista Blue. HEX triplet: 91, D1 and A8. RGB value is (145,209,168). Sum of RGB (Red+Green+Blue) = 145+209+168=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #91D1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D1A8 is #6E2E57. Grayscale: #B9B9B9. Windows color (decimal): -7220824 or 11063697. OLE color: 11063697.
HSL color Cylindrical-coordinate representation of color #91D1A8: hue angle of 141.56º 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 #91D1A8 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 209 | 168 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.18 |
| HSL | 141.56º | 0.41% | 0.69% | - |
| HSV(B) | 141.56º | 0.31% | 0.82% | - |
| XYZ | 41.55 | 54.45 | 45.37 | - |
| YUV | 185.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 209 | 168 | 0.31 | 0 | 0.20 | 0.18 | 141.56 | 0.41 | 0.69 |
| Hex | 91 | D1 | A8 | 1F | 0 | 14 | 12 | 8E | 29 | 45 |
| Octal | 221 | 321 | 250 | 37 | 0 | 24 | 22 | 216 | 51 | 105 |
| Binary | 10010001 | 11010001 | 10101000 | 11111 | 0 | 10100 | 10010 | 10001110 | 101001 | 1000101 |
Color Harmonies of #91D1A8
Complementary color
Monochromatic Colors of #91D1A8
Black with #91D1A8
Text Example
Text Example
White with #91D1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D1A8; }
p { color: rgb(145,209,168); }
H1.HeaderClassName
{
color: #91D1A8;
}
.AnyTagClassName
{
color: #91D1A8;
}
</style>
background-color css
<style>
a { background-color: #91D1A8; }
a { background-color: rgb(145,209,168); }
div.DivClassName
{
background-color: #91D1A8;
}
.BgClassName
{
background-color: #91D1A8;
}
</style>
border-color css
<style>
span { border-color: #91D1A8; }
span { border-color: rgb(145,209,168); }
td.TdClassName
{
border-color: #91D1A8;
}
.TagClassName
{
border-color: #91D1A8;
}
</style>