Shades of Vista Blue #91ECB0
Tints of Vista Blue #91ECB0
RGB
CMYK
RGB Variations
Color information
#91ECB0 (or 0x91ECB0) is known color: Vista Blue. HEX triplet: 91, EC and B0. RGB value is (145,236,176). Sum of RGB (Red+Green+Blue) = 145+236+176=557 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.03% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #91ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91ECB0 is #6E134F. Grayscale: #CACACA. Windows color (decimal): -7213904 or 11594897. OLE color: 11594897.
HSL color Cylindrical-coordinate representation of color #91ECB0: hue angle of 140.44º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91ECB0 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 236 | 176 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.07 |
| HSL | 140.44º | 0.71% | 0.75% | - |
| HSV(B) | 140.44º | 0.39% | 0.93% | - |
| XYZ | 49.51 | 69.15 | 51.81 | - |
| YUV | 201.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 176 | 0.39 | 0 | 0.25 | 0.07 | 140.44 | 0.71 | 0.75 |
| Hex | 91 | EC | B0 | 27 | 0 | 19 | 7 | 8C | 47 | 4B |
| Octal | 221 | 354 | 260 | 47 | 0 | 31 | 7 | 214 | 107 | 113 |
| Binary | 10010001 | 11101100 | 10110000 | 100111 | 0 | 11001 | 111 | 10001100 | 1000111 | 1001011 |
Color Harmonies of #91ECB0
Complementary color
Monochromatic Colors of #91ECB0
Black with #91ECB0
Text Example
Text Example
White with #91ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ECB0; }
p { color: rgb(145,236,176); }
H1.HeaderClassName
{
color: #91ECB0;
}
.AnyTagClassName
{
color: #91ECB0;
}
</style>
background-color css
<style>
a { background-color: #91ECB0; }
a { background-color: rgb(145,236,176); }
div.DivClassName
{
background-color: #91ECB0;
}
.BgClassName
{
background-color: #91ECB0;
}
</style>
border-color css
<style>
span { border-color: #91ECB0; }
span { border-color: rgb(145,236,176); }
td.TdClassName
{
border-color: #91ECB0;
}
.TagClassName
{
border-color: #91ECB0;
}
</style>