Shades of Vista Blue #91D6BB
Tints of Vista Blue #91D6BB
RGB
CMYK
RGB Variations
Color information
#91D6BB (or 0x91D6BB) is known color: Vista Blue. HEX triplet: 91, D6 and BB. RGB value is (145,214,187). Sum of RGB (Red+Green+Blue) = 145+214+187=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #91D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D6BB is #6E2944. Grayscale: #BEBEBE. Windows color (decimal): -7219525 or 12310161. OLE color: 12310161.
HSL color Cylindrical-coordinate representation of color #91D6BB: hue angle of 156.52º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D6BB is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 187 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.16 |
| HSL | 156.52º | 0.46% | 0.7% | - |
| HSV(B) | 156.52º | 0.32% | 0.84% | - |
| XYZ | 44.69 | 57.7 | 55.8 | - |
| YUV | 190.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 187 | 0.32 | 0 | 0.13 | 0.16 | 156.52 | 0.46 | 0.7 |
| Hex | 91 | D6 | BB | 20 | 0 | D | 10 | 9D | 2E | 46 |
| Octal | 221 | 326 | 273 | 40 | 0 | 15 | 20 | 235 | 56 | 106 |
| Binary | 10010001 | 11010110 | 10111011 | 100000 | 0 | 1101 | 10000 | 10011101 | 101110 | 1000110 |
Color Harmonies of #91D6BB
Complementary color
Monochromatic Colors of #91D6BB
Black with #91D6BB
Text Example
Text Example
White with #91D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D6BB; }
p { color: rgb(145,214,187); }
H1.HeaderClassName
{
color: #91D6BB;
}
.AnyTagClassName
{
color: #91D6BB;
}
</style>
background-color css
<style>
a { background-color: #91D6BB; }
a { background-color: rgb(145,214,187); }
div.DivClassName
{
background-color: #91D6BB;
}
.BgClassName
{
background-color: #91D6BB;
}
</style>
border-color css
<style>
span { border-color: #91D6BB; }
span { border-color: rgb(145,214,187); }
td.TdClassName
{
border-color: #91D6BB;
}
.TagClassName
{
border-color: #91D6BB;
}
</style>