Shades of Vista Blue #91F5AF
Tints of Vista Blue #91F5AF
RGB
CMYK
RGB Variations
Color information
#91F5AF (or 0x91F5AF) is known color: Vista Blue. HEX triplet: 91, F5 and AF. RGB value is (145,245,175). Sum of RGB (Red+Green+Blue) = 145+245+175=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #91F5AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91F5AF is #6E0A50. Grayscale: #CFCFCF. Windows color (decimal): -7211601 or 11531665. OLE color: 11531665.
HSL color Cylindrical-coordinate representation of color #91F5AF: hue angle of 138º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91F5AF is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 245 | 175 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.04 |
| HSL | 138º | 0.83% | 0.76% | - |
| HSV(B) | 138º | 0.41% | 0.96% | - |
| XYZ | 52.07 | 74.42 | 52.18 | - |
| YUV | 207.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 245 | 175 | 0.41 | 0 | 0.29 | 0.04 | 138 | 0.83 | 0.76 |
| Hex | 91 | F5 | AF | 29 | 0 | 1D | 4 | 8A | 53 | 4C |
| Octal | 221 | 365 | 257 | 51 | 0 | 35 | 4 | 212 | 123 | 114 |
| Binary | 10010001 | 11110101 | 10101111 | 101001 | 0 | 11101 | 100 | 10001010 | 1010011 | 1001100 |
Color Harmonies of #91F5AF
Complementary color
Monochromatic Colors of #91F5AF
Black with #91F5AF
Text Example
Text Example
White with #91F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F5AF; }
p { color: rgb(145,245,175); }
H1.HeaderClassName
{
color: #91F5AF;
}
.AnyTagClassName
{
color: #91F5AF;
}
</style>
background-color css
<style>
a { background-color: #91F5AF; }
a { background-color: rgb(145,245,175); }
div.DivClassName
{
background-color: #91F5AF;
}
.BgClassName
{
background-color: #91F5AF;
}
</style>
border-color css
<style>
span { border-color: #91F5AF; }
span { border-color: rgb(145,245,175); }
td.TdClassName
{
border-color: #91F5AF;
}
.TagClassName
{
border-color: #91F5AF;
}
</style>