Shades of Vista Blue #91D6AF
Tints of Vista Blue #91D6AF
RGB
CMYK
RGB Variations
Color information
#91D6AF (or 0x91D6AF) is known color: Vista Blue. HEX triplet: 91, D6 and AF. RGB value is (145,214,175). Sum of RGB (Red+Green+Blue) = 145+214+175=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #91D6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D6AF is #6E2950. Grayscale: #BDBDBD. Windows color (decimal): -7219537 or 11523729. OLE color: 11523729.
HSL color Cylindrical-coordinate representation of color #91D6AF: hue angle of 146.09º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D6AF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 175 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.16 |
| HSL | 146.09º | 0.46% | 0.7% | - |
| HSV(B) | 146.09º | 0.32% | 0.84% | - |
| XYZ | 43.46 | 57.21 | 49.31 | - |
| YUV | 188.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 175 | 0.32 | 0 | 0.18 | 0.16 | 146.09 | 0.46 | 0.7 |
| Hex | 91 | D6 | AF | 20 | 0 | 12 | 10 | 92 | 2E | 46 |
| Octal | 221 | 326 | 257 | 40 | 0 | 22 | 20 | 222 | 56 | 106 |
| Binary | 10010001 | 11010110 | 10101111 | 100000 | 0 | 10010 | 10000 | 10010010 | 101110 | 1000110 |
Color Harmonies of #91D6AF
Complementary color
Monochromatic Colors of #91D6AF
Black with #91D6AF
Text Example
Text Example
White with #91D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D6AF; }
p { color: rgb(145,214,175); }
H1.HeaderClassName
{
color: #91D6AF;
}
.AnyTagClassName
{
color: #91D6AF;
}
</style>
background-color css
<style>
a { background-color: #91D6AF; }
a { background-color: rgb(145,214,175); }
div.DivClassName
{
background-color: #91D6AF;
}
.BgClassName
{
background-color: #91D6AF;
}
</style>
border-color css
<style>
span { border-color: #91D6AF; }
span { border-color: rgb(145,214,175); }
td.TdClassName
{
border-color: #91D6AF;
}
.TagClassName
{
border-color: #91D6AF;
}
</style>