Shades of Vista Blue #91CCB5
Tints of Vista Blue #91CCB5
RGB
CMYK
RGB Variations
Color information
#91CCB5 (or 0x91CCB5) is known color: Vista Blue. HEX triplet: 91, CC and B5. RGB value is (145,204,181). Sum of RGB (Red+Green+Blue) = 145+204+181=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #91CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CCB5 is #6E334A. Grayscale: #B7B7B7. Windows color (decimal): -7222091 or 11914385. OLE color: 11914385.
HSL color Cylindrical-coordinate representation of color #91CCB5: hue angle of 156.61º degrees, saturation: 0.37, 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 #91CCB5 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 181 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.2 |
| HSL | 156.61º | 0.37% | 0.68% | - |
| HSV(B) | 156.61º | 0.29% | 0.8% | - |
| XYZ | 41.61 | 52.54 | 51.66 | - |
| YUV | 183.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 181 | 0.29 | 0 | 0.11 | 0.2 | 156.61 | 0.37 | 0.68 |
| Hex | 91 | CC | B5 | 1D | 0 | B | 14 | 9D | 25 | 44 |
| Octal | 221 | 314 | 265 | 35 | 0 | 13 | 24 | 235 | 45 | 104 |
| Binary | 10010001 | 11001100 | 10110101 | 11101 | 0 | 1011 | 10100 | 10011101 | 100101 | 1000100 |
Color Harmonies of #91CCB5
Complementary color
Monochromatic Colors of #91CCB5
Black with #91CCB5
Text Example
Text Example
White with #91CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CCB5; }
p { color: rgb(145,204,181); }
H1.HeaderClassName
{
color: #91CCB5;
}
.AnyTagClassName
{
color: #91CCB5;
}
</style>
background-color css
<style>
a { background-color: #91CCB5; }
a { background-color: rgb(145,204,181); }
div.DivClassName
{
background-color: #91CCB5;
}
.BgClassName
{
background-color: #91CCB5;
}
</style>
border-color css
<style>
span { border-color: #91CCB5; }
span { border-color: rgb(145,204,181); }
td.TdClassName
{
border-color: #91CCB5;
}
.TagClassName
{
border-color: #91CCB5;
}
</style>