Shades of Vista Blue #91CDB5
Tints of Vista Blue #91CDB5
RGB
CMYK
RGB Variations
Color information
#91CDB5 (or 0x91CDB5) is known color: Vista Blue. HEX triplet: 91, CD and B5. RGB value is (145,205,181). Sum of RGB (Red+Green+Blue) = 145+205+181=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #91CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDB5 is #6E324A. Grayscale: #B8B8B8. Windows color (decimal): -7221835 or 11914641. OLE color: 11914641.
HSL color Cylindrical-coordinate representation of color #91CDB5: hue angle of 156º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CDB5 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 205 | 181 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.20 |
| HSL | 156º | 0.38% | 0.69% | - |
| HSV(B) | 156º | 0.29% | 0.8% | - |
| XYZ | 41.85 | 53.02 | 51.74 | - |
| YUV | 184.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 205 | 181 | 0.29 | 0 | 0.12 | 0.20 | 156 | 0.38 | 0.69 |
| Hex | 91 | CD | B5 | 1D | 0 | C | 14 | 9C | 26 | 45 |
| Octal | 221 | 315 | 265 | 35 | 0 | 14 | 24 | 234 | 46 | 105 |
| Binary | 10010001 | 11001101 | 10110101 | 11101 | 0 | 1100 | 10100 | 10011100 | 100110 | 1000101 |
Color Harmonies of #91CDB5
Complementary color
Monochromatic Colors of #91CDB5
Black with #91CDB5
Text Example
Text Example
White with #91CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CDB5; }
p { color: rgb(145,205,181); }
H1.HeaderClassName
{
color: #91CDB5;
}
.AnyTagClassName
{
color: #91CDB5;
}
</style>
background-color css
<style>
a { background-color: #91CDB5; }
a { background-color: rgb(145,205,181); }
div.DivClassName
{
background-color: #91CDB5;
}
.BgClassName
{
background-color: #91CDB5;
}
</style>
border-color css
<style>
span { border-color: #91CDB5; }
span { border-color: rgb(145,205,181); }
td.TdClassName
{
border-color: #91CDB5;
}
.TagClassName
{
border-color: #91CDB5;
}
</style>