Shades of Vista Blue #91DAB7
Tints of Vista Blue #91DAB7
RGB
CMYK
RGB Variations
Color information
#91DAB7 (or 0x91DAB7) is known color: Vista Blue. HEX triplet: 91, DA and B7. RGB value is (145,218,183). Sum of RGB (Red+Green+Blue) = 145+218+183=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #91DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DAB7 is #6E2548. Grayscale: #C0C0C0. Windows color (decimal): -7218505 or 12049041. OLE color: 12049041.
HSL color Cylindrical-coordinate representation of color #91DAB7: hue angle of 151.23º degrees, saturation: 0.5, 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 #91DAB7 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 183 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.15 |
| HSL | 151.23º | 0.5% | 0.71% | - |
| HSV(B) | 151.23º | 0.33% | 0.85% | - |
| XYZ | 45.3 | 59.58 | 53.91 | - |
| YUV | 192.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 183 | 0.33 | 0 | 0.16 | 0.15 | 151.23 | 0.5 | 0.71 |
| Hex | 91 | DA | B7 | 21 | 0 | 10 | F | 97 | 32 | 47 |
| Octal | 221 | 332 | 267 | 41 | 0 | 20 | 17 | 227 | 62 | 107 |
| Binary | 10010001 | 11011010 | 10110111 | 100001 | 0 | 10000 | 1111 | 10010111 | 110010 | 1000111 |
Color Harmonies of #91DAB7
Complementary color
Monochromatic Colors of #91DAB7
Black with #91DAB7
Text Example
Text Example
White with #91DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DAB7; }
p { color: rgb(145,218,183); }
H1.HeaderClassName
{
color: #91DAB7;
}
.AnyTagClassName
{
color: #91DAB7;
}
</style>
background-color css
<style>
a { background-color: #91DAB7; }
a { background-color: rgb(145,218,183); }
div.DivClassName
{
background-color: #91DAB7;
}
.BgClassName
{
background-color: #91DAB7;
}
</style>
border-color css
<style>
span { border-color: #91DAB7; }
span { border-color: rgb(145,218,183); }
td.TdClassName
{
border-color: #91DAB7;
}
.TagClassName
{
border-color: #91DAB7;
}
</style>