Shades of Vista Blue #91DDB6
Tints of Vista Blue #91DDB6
RGB
CMYK
RGB Variations
Color information
#91DDB6 (or 0x91DDB6) is known color: Vista Blue. HEX triplet: 91, DD and B6. RGB value is (145,221,182). Sum of RGB (Red+Green+Blue) = 145+221+182=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #91DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DDB6 is #6E2249. Grayscale: #C1C1C1. Windows color (decimal): -7217738 or 11984273. OLE color: 11984273.
HSL color Cylindrical-coordinate representation of color #91DDB6: hue angle of 149.21º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DDB6 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 182 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.13 |
| HSL | 149.21º | 0.53% | 0.72% | - |
| HSV(B) | 149.21º | 0.34% | 0.87% | - |
| XYZ | 45.98 | 61.11 | 53.63 | - |
| YUV | 193.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 182 | 0.34 | 0 | 0.18 | 0.13 | 149.21 | 0.53 | 0.72 |
| Hex | 91 | DD | B6 | 22 | 0 | 12 | D | 95 | 35 | 48 |
| Octal | 221 | 335 | 266 | 42 | 0 | 22 | 15 | 225 | 65 | 110 |
| Binary | 10010001 | 11011101 | 10110110 | 100010 | 0 | 10010 | 1101 | 10010101 | 110101 | 1001000 |
Color Harmonies of #91DDB6
Complementary color
Monochromatic Colors of #91DDB6
Black with #91DDB6
Text Example
Text Example
White with #91DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DDB6; }
p { color: rgb(145,221,182); }
H1.HeaderClassName
{
color: #91DDB6;
}
.AnyTagClassName
{
color: #91DDB6;
}
</style>
background-color css
<style>
a { background-color: #91DDB6; }
a { background-color: rgb(145,221,182); }
div.DivClassName
{
background-color: #91DDB6;
}
.BgClassName
{
background-color: #91DDB6;
}
</style>
border-color css
<style>
span { border-color: #91DDB6; }
span { border-color: rgb(145,221,182); }
td.TdClassName
{
border-color: #91DDB6;
}
.TagClassName
{
border-color: #91DDB6;
}
</style>