Shades of Vista Blue #91E6AF
Tints of Vista Blue #91E6AF
RGB
CMYK
RGB Variations
Color information
#91E6AF (or 0x91E6AF) is known color: Vista Blue. HEX triplet: 91, E6 and AF. RGB value is (145,230,175). Sum of RGB (Red+Green+Blue) = 145+230+175=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #91E6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91E6AF is #6E1950. Grayscale: #C6C6C6. Windows color (decimal): -7215441 or 11527825. OLE color: 11527825.
HSL color Cylindrical-coordinate representation of color #91E6AF: hue angle of 141.18º 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 #91E6AF is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 230 | 175 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.10 |
| HSL | 141.18º | 0.63% | 0.74% | - |
| HSV(B) | 141.18º | 0.37% | 0.9% | - |
| XYZ | 47.71 | 65.71 | 50.73 | - |
| YUV | 198.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 230 | 175 | 0.37 | 0 | 0.24 | 0.10 | 141.18 | 0.63 | 0.74 |
| Hex | 91 | E6 | AF | 25 | 0 | 18 | A | 8D | 3F | 4A |
| Octal | 221 | 346 | 257 | 45 | 0 | 30 | 12 | 215 | 77 | 112 |
| Binary | 10010001 | 11100110 | 10101111 | 100101 | 0 | 11000 | 1010 | 10001101 | 111111 | 1001010 |
Color Harmonies of #91E6AF
Complementary color
Monochromatic Colors of #91E6AF
Black with #91E6AF
Text Example
Text Example
White with #91E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E6AF; }
p { color: rgb(145,230,175); }
H1.HeaderClassName
{
color: #91E6AF;
}
.AnyTagClassName
{
color: #91E6AF;
}
</style>
background-color css
<style>
a { background-color: #91E6AF; }
a { background-color: rgb(145,230,175); }
div.DivClassName
{
background-color: #91E6AF;
}
.BgClassName
{
background-color: #91E6AF;
}
</style>
border-color css
<style>
span { border-color: #91E6AF; }
span { border-color: rgb(145,230,175); }
td.TdClassName
{
border-color: #91E6AF;
}
.TagClassName
{
border-color: #91E6AF;
}
</style>