Shades of Vista Blue #91DABC
Tints of Vista Blue #91DABC
RGB
CMYK
RGB Variations
Color information
#91DABC (or 0x91DABC) is known color: Vista Blue. HEX triplet: 91, DA and BC. RGB value is (145,218,188). Sum of RGB (Red+Green+Blue) = 145+218+188=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #91DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DABC is #6E2543. Grayscale: #C0C0C0. Windows color (decimal): -7218500 or 12376721. OLE color: 12376721.
HSL color Cylindrical-coordinate representation of color #91DABC: hue angle of 155.34º 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 #91DABC is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 188 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.15 |
| HSL | 155.34º | 0.5% | 0.71% | - |
| HSV(B) | 155.34º | 0.33% | 0.85% | - |
| XYZ | 45.83 | 59.79 | 56.7 | - |
| YUV | 192.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 188 | 0.33 | 0 | 0.14 | 0.15 | 155.34 | 0.5 | 0.71 |
| Hex | 91 | DA | BC | 21 | 0 | E | F | 9B | 32 | 47 |
| Octal | 221 | 332 | 274 | 41 | 0 | 16 | 17 | 233 | 62 | 107 |
| Binary | 10010001 | 11011010 | 10111100 | 100001 | 0 | 1110 | 1111 | 10011011 | 110010 | 1000111 |
Color Harmonies of #91DABC
Complementary color
Monochromatic Colors of #91DABC
Black with #91DABC
Text Example
Text Example
White with #91DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DABC; }
p { color: rgb(145,218,188); }
H1.HeaderClassName
{
color: #91DABC;
}
.AnyTagClassName
{
color: #91DABC;
}
</style>
background-color css
<style>
a { background-color: #91DABC; }
a { background-color: rgb(145,218,188); }
div.DivClassName
{
background-color: #91DABC;
}
.BgClassName
{
background-color: #91DABC;
}
</style>
border-color css
<style>
span { border-color: #91DABC; }
span { border-color: rgb(145,218,188); }
td.TdClassName
{
border-color: #91DABC;
}
.TagClassName
{
border-color: #91DABC;
}
</style>