Shades of Vista Blue #91D8AC
Tints of Vista Blue #91D8AC
RGB
CMYK
RGB Variations
Color information
#91D8AC (or 0x91D8AC) is known color: Vista Blue. HEX triplet: 91, D8 and AC. RGB value is (145,216,172). Sum of RGB (Red+Green+Blue) = 145+216+172=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #91D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D8AC is #6E2753. Grayscale: #BDBDBD. Windows color (decimal): -7219028 or 11327633. OLE color: 11327633.
HSL color Cylindrical-coordinate representation of color #91D8AC: hue angle of 142.82º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D8AC is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 216 | 172 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.15 |
| HSL | 142.82º | 0.48% | 0.71% | - |
| HSV(B) | 142.82º | 0.33% | 0.85% | - |
| XYZ | 43.68 | 58.11 | 47.94 | - |
| YUV | 189.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 216 | 172 | 0.33 | 0 | 0.20 | 0.15 | 142.82 | 0.48 | 0.71 |
| Hex | 91 | D8 | AC | 21 | 0 | 14 | F | 8F | 30 | 47 |
| Octal | 221 | 330 | 254 | 41 | 0 | 24 | 17 | 217 | 60 | 107 |
| Binary | 10010001 | 11011000 | 10101100 | 100001 | 0 | 10100 | 1111 | 10001111 | 110000 | 1000111 |
Color Harmonies of #91D8AC
Complementary color
Monochromatic Colors of #91D8AC
Black with #91D8AC
Text Example
Text Example
White with #91D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D8AC; }
p { color: rgb(145,216,172); }
H1.HeaderClassName
{
color: #91D8AC;
}
.AnyTagClassName
{
color: #91D8AC;
}
</style>
background-color css
<style>
a { background-color: #91D8AC; }
a { background-color: rgb(145,216,172); }
div.DivClassName
{
background-color: #91D8AC;
}
.BgClassName
{
background-color: #91D8AC;
}
</style>
border-color css
<style>
span { border-color: #91D8AC; }
span { border-color: rgb(145,216,172); }
td.TdClassName
{
border-color: #91D8AC;
}
.TagClassName
{
border-color: #91D8AC;
}
</style>