Shades of Vista Blue #91D9B0
Tints of Vista Blue #91D9B0
RGB
CMYK
RGB Variations
Color information
#91D9B0 (or 0x91D9B0) is known color: Vista Blue. HEX triplet: 91, D9 and B0. RGB value is (145,217,176). Sum of RGB (Red+Green+Blue) = 145+217+176=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #91D9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D9B0 is #6E264F. Grayscale: #BEBEBE. Windows color (decimal): -7218768 or 11590033. OLE color: 11590033.
HSL color Cylindrical-coordinate representation of color #91D9B0: hue angle of 145.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D9B0 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 217 | 176 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.15 |
| HSL | 145.83º | 0.49% | 0.71% | - |
| HSV(B) | 145.83º | 0.33% | 0.85% | - |
| XYZ | 44.33 | 58.78 | 50.08 | - |
| YUV | 190.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 217 | 176 | 0.33 | 0 | 0.19 | 0.15 | 145.83 | 0.49 | 0.71 |
| Hex | 91 | D9 | B0 | 21 | 0 | 13 | F | 92 | 31 | 47 |
| Octal | 221 | 331 | 260 | 41 | 0 | 23 | 17 | 222 | 61 | 107 |
| Binary | 10010001 | 11011001 | 10110000 | 100001 | 0 | 10011 | 1111 | 10010010 | 110001 | 1000111 |
Color Harmonies of #91D9B0
Complementary color
Monochromatic Colors of #91D9B0
Black with #91D9B0
Text Example
Text Example
White with #91D9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D9B0; }
p { color: rgb(145,217,176); }
H1.HeaderClassName
{
color: #91D9B0;
}
.AnyTagClassName
{
color: #91D9B0;
}
</style>
background-color css
<style>
a { background-color: #91D9B0; }
a { background-color: rgb(145,217,176); }
div.DivClassName
{
background-color: #91D9B0;
}
.BgClassName
{
background-color: #91D9B0;
}
</style>
border-color css
<style>
span { border-color: #91D9B0; }
span { border-color: rgb(145,217,176); }
td.TdClassName
{
border-color: #91D9B0;
}
.TagClassName
{
border-color: #91D9B0;
}
</style>