Shades of Vista Blue #91CFB1
Tints of Vista Blue #91CFB1
RGB
CMYK
RGB Variations
Color information
#91CFB1 (or 0x91CFB1) is known color: Vista Blue. HEX triplet: 91, CF and B1. RGB value is (145,207,177). Sum of RGB (Red+Green+Blue) = 145+207+177=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #91CFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CFB1 is #6E304E. Grayscale: #B9B9B9. Windows color (decimal): -7221327 or 11653009. OLE color: 11653009.
HSL color Cylindrical-coordinate representation of color #91CFB1: hue angle of 150.97º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CFB1 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 177 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.19 |
| HSL | 150.97º | 0.39% | 0.69% | - |
| HSV(B) | 150.97º | 0.3% | 0.81% | - |
| XYZ | 41.93 | 53.82 | 49.77 | - |
| YUV | 185.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 177 | 0.30 | 0 | 0.14 | 0.19 | 150.97 | 0.39 | 0.69 |
| Hex | 91 | CF | B1 | 1E | 0 | E | 13 | 97 | 27 | 45 |
| Octal | 221 | 317 | 261 | 36 | 0 | 16 | 23 | 227 | 47 | 105 |
| Binary | 10010001 | 11001111 | 10110001 | 11110 | 0 | 1110 | 10011 | 10010111 | 100111 | 1000101 |
Color Harmonies of #91CFB1
Complementary color
Monochromatic Colors of #91CFB1
Black with #91CFB1
Text Example
Text Example
White with #91CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CFB1; }
p { color: rgb(145,207,177); }
H1.HeaderClassName
{
color: #91CFB1;
}
.AnyTagClassName
{
color: #91CFB1;
}
</style>
background-color css
<style>
a { background-color: #91CFB1; }
a { background-color: rgb(145,207,177); }
div.DivClassName
{
background-color: #91CFB1;
}
.BgClassName
{
background-color: #91CFB1;
}
</style>
border-color css
<style>
span { border-color: #91CFB1; }
span { border-color: rgb(145,207,177); }
td.TdClassName
{
border-color: #91CFB1;
}
.TagClassName
{
border-color: #91CFB1;
}
</style>