Shades of Vista Blue #91C6AF
Tints of Vista Blue #91C6AF
RGB
CMYK
RGB Variations
Color information
#91C6AF (or 0x91C6AF) is known color: Vista Blue. HEX triplet: 91, C6 and AF. RGB value is (145,198,175). Sum of RGB (Red+Green+Blue) = 145+198+175=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #91C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C6AF is #6E3950. Grayscale: #B3B3B3. Windows color (decimal): -7223633 or 11519633. OLE color: 11519633.
HSL color Cylindrical-coordinate representation of color #91C6AF: hue angle of 153.96º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91C6AF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 198 | 175 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.22 |
| HSL | 153.96º | 0.32% | 0.67% | - |
| HSV(B) | 153.96º | 0.27% | 0.78% | - |
| XYZ | 39.61 | 49.5 | 48.02 | - |
| YUV | 179.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 198 | 175 | 0.27 | 0 | 0.12 | 0.22 | 153.96 | 0.32 | 0.67 |
| Hex | 91 | C6 | AF | 1B | 0 | C | 16 | 9A | 20 | 43 |
| Octal | 221 | 306 | 257 | 33 | 0 | 14 | 26 | 232 | 40 | 103 |
| Binary | 10010001 | 11000110 | 10101111 | 11011 | 0 | 1100 | 10110 | 10011010 | 100000 | 1000011 |
Color Harmonies of #91C6AF
Complementary color
Monochromatic Colors of #91C6AF
Black with #91C6AF
Text Example
Text Example
White with #91C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C6AF; }
p { color: rgb(145,198,175); }
H1.HeaderClassName
{
color: #91C6AF;
}
.AnyTagClassName
{
color: #91C6AF;
}
</style>
background-color css
<style>
a { background-color: #91C6AF; }
a { background-color: rgb(145,198,175); }
div.DivClassName
{
background-color: #91C6AF;
}
.BgClassName
{
background-color: #91C6AF;
}
</style>
border-color css
<style>
span { border-color: #91C6AF; }
span { border-color: rgb(145,198,175); }
td.TdClassName
{
border-color: #91C6AF;
}
.TagClassName
{
border-color: #91C6AF;
}
</style>