Shades of Vista Blue #91D8B1
Tints of Vista Blue #91D8B1
RGB
CMYK
RGB Variations
Color information
#91D8B1 (or 0x91D8B1) is known color: Vista Blue. HEX triplet: 91, D8 and B1. RGB value is (145,216,177). Sum of RGB (Red+Green+Blue) = 145+216+177=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #91D8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D8B1 is #6E274E. Grayscale: #BEBEBE. Windows color (decimal): -7219023 or 11655313. OLE color: 11655313.
HSL color Cylindrical-coordinate representation of color #91D8B1: hue angle of 147.04º degrees, saturation: 0.48, 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 #91D8B1 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 216 | 177 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.15 |
| HSL | 147.04º | 0.48% | 0.71% | - |
| HSV(B) | 147.04º | 0.33% | 0.85% | - |
| XYZ | 44.17 | 58.31 | 50.52 | - |
| YUV | 190.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 216 | 177 | 0.33 | 0 | 0.18 | 0.15 | 147.04 | 0.48 | 0.71 |
| Hex | 91 | D8 | B1 | 21 | 0 | 12 | F | 93 | 30 | 47 |
| Octal | 221 | 330 | 261 | 41 | 0 | 22 | 17 | 223 | 60 | 107 |
| Binary | 10010001 | 11011000 | 10110001 | 100001 | 0 | 10010 | 1111 | 10010011 | 110000 | 1000111 |
Color Harmonies of #91D8B1
Complementary color
Monochromatic Colors of #91D8B1
Black with #91D8B1
Text Example
Text Example
White with #91D8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D8B1; }
p { color: rgb(145,216,177); }
H1.HeaderClassName
{
color: #91D8B1;
}
.AnyTagClassName
{
color: #91D8B1;
}
</style>
background-color css
<style>
a { background-color: #91D8B1; }
a { background-color: rgb(145,216,177); }
div.DivClassName
{
background-color: #91D8B1;
}
.BgClassName
{
background-color: #91D8B1;
}
</style>
border-color css
<style>
span { border-color: #91D8B1; }
span { border-color: rgb(145,216,177); }
td.TdClassName
{
border-color: #91D8B1;
}
.TagClassName
{
border-color: #91D8B1;
}
</style>