Shades of Vista Blue #91E6B5
Tints of Vista Blue #91E6B5
RGB
CMYK
RGB Variations
Color information
#91E6B5 (or 0x91E6B5) is known color: Vista Blue. HEX triplet: 91, E6 and B5. RGB value is (145,230,181). Sum of RGB (Red+Green+Blue) = 145+230+181=556 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.08% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #91E6B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E6B5 is #6E194A. Grayscale: #C7C7C7. Windows color (decimal): -7215435 or 11921041. OLE color: 11921041.
HSL color Cylindrical-coordinate representation of color #91E6B5: hue angle of 145.41º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91E6B5 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 230 | 181 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.10 |
| HSL | 145.41º | 0.63% | 0.74% | - |
| HSV(B) | 145.41º | 0.37% | 0.9% | - |
| XYZ | 48.31 | 65.95 | 53.9 | - |
| YUV | 199 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 230 | 181 | 0.37 | 0 | 0.21 | 0.10 | 145.41 | 0.63 | 0.74 |
| Hex | 91 | E6 | B5 | 25 | 0 | 15 | A | 91 | 3F | 4A |
| Octal | 221 | 346 | 265 | 45 | 0 | 25 | 12 | 221 | 77 | 112 |
| Binary | 10010001 | 11100110 | 10110101 | 100101 | 0 | 10101 | 1010 | 10010001 | 111111 | 1001010 |
Color Harmonies of #91E6B5
Complementary color
Monochromatic Colors of #91E6B5
Black with #91E6B5
Text Example
Text Example
White with #91E6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E6B5; }
p { color: rgb(145,230,181); }
H1.HeaderClassName
{
color: #91E6B5;
}
.AnyTagClassName
{
color: #91E6B5;
}
</style>
background-color css
<style>
a { background-color: #91E6B5; }
a { background-color: rgb(145,230,181); }
div.DivClassName
{
background-color: #91E6B5;
}
.BgClassName
{
background-color: #91E6B5;
}
</style>
border-color css
<style>
span { border-color: #91E6B5; }
span { border-color: rgb(145,230,181); }
td.TdClassName
{
border-color: #91E6B5;
}
.TagClassName
{
border-color: #91E6B5;
}
</style>