Shades of Vista Blue #91CBA6
Tints of Vista Blue #91CBA6
RGB
CMYK
RGB Variations
Color information
#91CBA6 (or 0x91CBA6) is known color: Vista Blue. HEX triplet: 91, CB and A6. RGB value is (145,203,166). Sum of RGB (Red+Green+Blue) = 145+203+166=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #91CBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CBA6 is #6E3459. Grayscale: #B5B5B5. Windows color (decimal): -7222362 or 10931089. OLE color: 10931089.
HSL color Cylindrical-coordinate representation of color #91CBA6: hue angle of 141.72º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CBA6 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 166 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.20 |
| HSL | 141.72º | 0.36% | 0.68% | - |
| HSV(B) | 141.72º | 0.29% | 0.8% | - |
| XYZ | 39.92 | 51.48 | 43.91 | - |
| YUV | 181.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 166 | 0.29 | 0 | 0.18 | 0.20 | 141.72 | 0.36 | 0.68 |
| Hex | 91 | CB | A6 | 1D | 0 | 12 | 14 | 8E | 24 | 44 |
| Octal | 221 | 313 | 246 | 35 | 0 | 22 | 24 | 216 | 44 | 104 |
| Binary | 10010001 | 11001011 | 10100110 | 11101 | 0 | 10010 | 10100 | 10001110 | 100100 | 1000100 |
Color Harmonies of #91CBA6
Complementary color
Monochromatic Colors of #91CBA6
Black with #91CBA6
Text Example
Text Example
White with #91CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CBA6; }
p { color: rgb(145,203,166); }
H1.HeaderClassName
{
color: #91CBA6;
}
.AnyTagClassName
{
color: #91CBA6;
}
</style>
background-color css
<style>
a { background-color: #91CBA6; }
a { background-color: rgb(145,203,166); }
div.DivClassName
{
background-color: #91CBA6;
}
.BgClassName
{
background-color: #91CBA6;
}
</style>
border-color css
<style>
span { border-color: #91CBA6; }
span { border-color: rgb(145,203,166); }
td.TdClassName
{
border-color: #91CBA6;
}
.TagClassName
{
border-color: #91CBA6;
}
</style>