Shades of Vista Blue #91EFB5
Tints of Vista Blue #91EFB5
RGB
CMYK
RGB Variations
Color information
#91EFB5 (or 0x91EFB5) is known color: Vista Blue. HEX triplet: 91, EF and B5. RGB value is (145,239,181). Sum of RGB (Red+Green+Blue) = 145+239+181=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #91EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EFB5 is #6E104A. Grayscale: #CCCCCC. Windows color (decimal): -7213131 or 11923345. OLE color: 11923345.
HSL color Cylindrical-coordinate representation of color #91EFB5: hue angle of 142.98º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EFB5 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 239 | 181 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.06 |
| HSL | 142.98º | 0.75% | 0.75% | - |
| HSV(B) | 142.98º | 0.39% | 0.94% | - |
| XYZ | 50.88 | 71.09 | 54.76 | - |
| YUV | 204.28 | 114.86 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 239 | 181 | 0.39 | 0 | 0.24 | 0.06 | 142.98 | 0.75 | 0.75 |
| Hex | 91 | EF | B5 | 27 | 0 | 18 | 6 | 8F | 4B | 4B |
| Octal | 221 | 357 | 265 | 47 | 0 | 30 | 6 | 217 | 113 | 113 |
| Binary | 10010001 | 11101111 | 10110101 | 100111 | 0 | 11000 | 110 | 10001111 | 1001011 | 1001011 |
Color Harmonies of #91EFB5
Complementary color
Monochromatic Colors of #91EFB5
Black with #91EFB5
Text Example
Text Example
White with #91EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EFB5; }
p { color: rgb(145,239,181); }
H1.HeaderClassName
{
color: #91EFB5;
}
.AnyTagClassName
{
color: #91EFB5;
}
</style>
background-color css
<style>
a { background-color: #91EFB5; }
a { background-color: rgb(145,239,181); }
div.DivClassName
{
background-color: #91EFB5;
}
.BgClassName
{
background-color: #91EFB5;
}
</style>
border-color css
<style>
span { border-color: #91EFB5; }
span { border-color: rgb(145,239,181); }
td.TdClassName
{
border-color: #91EFB5;
}
.TagClassName
{
border-color: #91EFB5;
}
</style>