Shades of Vista Blue #91CBB1
Tints of Vista Blue #91CBB1
RGB
CMYK
RGB Variations
Color information
#91CBB1 (or 0x91CBB1) is known color: Vista Blue. HEX triplet: 91, CB and B1. RGB value is (145,203,177). Sum of RGB (Red+Green+Blue) = 145+203+177=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #91CBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CBB1 is #6E344E. Grayscale: #B6B6B6. Windows color (decimal): -7222351 or 11651985. OLE color: 11651985.
HSL color Cylindrical-coordinate representation of color #91CBB1: hue angle of 153.1º 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 #91CBB1 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 177 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.20 |
| HSL | 153.1º | 0.36% | 0.68% | - |
| HSV(B) | 153.1º | 0.29% | 0.8% | - |
| XYZ | 40.97 | 51.91 | 49.45 | - |
| YUV | 182.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 177 | 0.29 | 0 | 0.13 | 0.20 | 153.1 | 0.36 | 0.68 |
| Hex | 91 | CB | B1 | 1D | 0 | D | 14 | 99 | 24 | 44 |
| Octal | 221 | 313 | 261 | 35 | 0 | 15 | 24 | 231 | 44 | 104 |
| Binary | 10010001 | 11001011 | 10110001 | 11101 | 0 | 1101 | 10100 | 10011001 | 100100 | 1000100 |
Color Harmonies of #91CBB1
Complementary color
Monochromatic Colors of #91CBB1
Black with #91CBB1
Text Example
Text Example
White with #91CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CBB1; }
p { color: rgb(145,203,177); }
H1.HeaderClassName
{
color: #91CBB1;
}
.AnyTagClassName
{
color: #91CBB1;
}
</style>
background-color css
<style>
a { background-color: #91CBB1; }
a { background-color: rgb(145,203,177); }
div.DivClassName
{
background-color: #91CBB1;
}
.BgClassName
{
background-color: #91CBB1;
}
</style>
border-color css
<style>
span { border-color: #91CBB1; }
span { border-color: rgb(145,203,177); }
td.TdClassName
{
border-color: #91CBB1;
}
.TagClassName
{
border-color: #91CBB1;
}
</style>