Shades of Vista Blue #91DAB2
Tints of Vista Blue #91DAB2
RGB
CMYK
RGB Variations
Color information
#91DAB2 (or 0x91DAB2) is known color: Vista Blue. HEX triplet: 91, DA and B2. RGB value is (145,218,178). Sum of RGB (Red+Green+Blue) = 145+218+178=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #91DAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DAB2 is #6E254D. Grayscale: #BFBFBF. Windows color (decimal): -7218510 or 11721361. OLE color: 11721361.
HSL color Cylindrical-coordinate representation of color #91DAB2: hue angle of 147.12º 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 #91DAB2 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 178 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.15 |
| HSL | 147.12º | 0.5% | 0.71% | - |
| HSV(B) | 147.12º | 0.33% | 0.85% | - |
| XYZ | 44.78 | 59.38 | 51.22 | - |
| YUV | 191.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 178 | 0.33 | 0 | 0.18 | 0.15 | 147.12 | 0.5 | 0.71 |
| Hex | 91 | DA | B2 | 21 | 0 | 12 | F | 93 | 32 | 47 |
| Octal | 221 | 332 | 262 | 41 | 0 | 22 | 17 | 223 | 62 | 107 |
| Binary | 10010001 | 11011010 | 10110010 | 100001 | 0 | 10010 | 1111 | 10010011 | 110010 | 1000111 |
Color Harmonies of #91DAB2
Complementary color
Monochromatic Colors of #91DAB2
Black with #91DAB2
Text Example
Text Example
White with #91DAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DAB2; }
p { color: rgb(145,218,178); }
H1.HeaderClassName
{
color: #91DAB2;
}
.AnyTagClassName
{
color: #91DAB2;
}
</style>
background-color css
<style>
a { background-color: #91DAB2; }
a { background-color: rgb(145,218,178); }
div.DivClassName
{
background-color: #91DAB2;
}
.BgClassName
{
background-color: #91DAB2;
}
</style>
border-color css
<style>
span { border-color: #91DAB2; }
span { border-color: rgb(145,218,178); }
td.TdClassName
{
border-color: #91DAB2;
}
.TagClassName
{
border-color: #91DAB2;
}
</style>