Shades of Vista Blue #91DCB6
Tints of Vista Blue #91DCB6
RGB
CMYK
RGB Variations
Color information
#91DCB6 (or 0x91DCB6) is known color: Vista Blue. HEX triplet: 91, DC and B6. RGB value is (145,220,182). Sum of RGB (Red+Green+Blue) = 145+220+182=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #91DCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DCB6 is #6E2349. Grayscale: #C1C1C1. Windows color (decimal): -7217994 or 11984017. OLE color: 11984017.
HSL color Cylindrical-coordinate representation of color #91DCB6: hue angle of 149.6º 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 #91DCB6 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 182 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.14 |
| HSL | 149.6º | 0.52% | 0.72% | - |
| HSV(B) | 149.6º | 0.34% | 0.86% | - |
| XYZ | 45.71 | 60.58 | 53.54 | - |
| YUV | 193.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 182 | 0.34 | 0 | 0.17 | 0.14 | 149.6 | 0.52 | 0.72 |
| Hex | 91 | DC | B6 | 22 | 0 | 11 | E | 96 | 34 | 48 |
| Octal | 221 | 334 | 266 | 42 | 0 | 21 | 16 | 226 | 64 | 110 |
| Binary | 10010001 | 11011100 | 10110110 | 100010 | 0 | 10001 | 1110 | 10010110 | 110100 | 1001000 |
Color Harmonies of #91DCB6
Complementary color
Monochromatic Colors of #91DCB6
Black with #91DCB6
Text Example
Text Example
White with #91DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCB6; }
p { color: rgb(145,220,182); }
H1.HeaderClassName
{
color: #91DCB6;
}
.AnyTagClassName
{
color: #91DCB6;
}
</style>
background-color css
<style>
a { background-color: #91DCB6; }
a { background-color: rgb(145,220,182); }
div.DivClassName
{
background-color: #91DCB6;
}
.BgClassName
{
background-color: #91DCB6;
}
</style>
border-color css
<style>
span { border-color: #91DCB6; }
span { border-color: rgb(145,220,182); }
td.TdClassName
{
border-color: #91DCB6;
}
.TagClassName
{
border-color: #91DCB6;
}
</style>