Shades of Vista Blue #91DCBA
Tints of Vista Blue #91DCBA
RGB
CMYK
RGB Variations
Color information
#91DCBA (or 0x91DCBA) is known color: Vista Blue. HEX triplet: 91, DC and BA. RGB value is (145,220,186). Sum of RGB (Red+Green+Blue) = 145+220+186=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #91DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DCBA is #6E2345. Grayscale: #C1C1C1. Windows color (decimal): -7217990 or 12246161. OLE color: 12246161.
HSL color Cylindrical-coordinate representation of color #91DCBA: hue angle of 152.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DCBA is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 186 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.14 |
| HSL | 152.8º | 0.52% | 0.72% | - |
| HSV(B) | 152.8º | 0.34% | 0.86% | - |
| XYZ | 46.13 | 60.75 | 55.75 | - |
| YUV | 193.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 186 | 0.34 | 0 | 0.15 | 0.14 | 152.8 | 0.52 | 0.72 |
| Hex | 91 | DC | BA | 22 | 0 | F | E | 99 | 34 | 48 |
| Octal | 221 | 334 | 272 | 42 | 0 | 17 | 16 | 231 | 64 | 110 |
| Binary | 10010001 | 11011100 | 10111010 | 100010 | 0 | 1111 | 1110 | 10011001 | 110100 | 1001000 |
Color Harmonies of #91DCBA
Complementary color
Monochromatic Colors of #91DCBA
Black with #91DCBA
Text Example
Text Example
White with #91DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCBA; }
p { color: rgb(145,220,186); }
H1.HeaderClassName
{
color: #91DCBA;
}
.AnyTagClassName
{
color: #91DCBA;
}
</style>
background-color css
<style>
a { background-color: #91DCBA; }
a { background-color: rgb(145,220,186); }
div.DivClassName
{
background-color: #91DCBA;
}
.BgClassName
{
background-color: #91DCBA;
}
</style>
border-color css
<style>
span { border-color: #91DCBA; }
span { border-color: rgb(145,220,186); }
td.TdClassName
{
border-color: #91DCBA;
}
.TagClassName
{
border-color: #91DCBA;
}
</style>