Shades of Vista Blue #91DFAA
Tints of Vista Blue #91DFAA
RGB
CMYK
RGB Variations
Color information
#91DFAA (or 0x91DFAA) is known color: Vista Blue. HEX triplet: 91, DF and AA. RGB value is (145,223,170). Sum of RGB (Red+Green+Blue) = 145+223+170=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #91DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DFAA is #6E2055. Grayscale: #C1C1C1. Windows color (decimal): -7217238 or 11198353. OLE color: 11198353.
HSL color Cylindrical-coordinate representation of color #91DFAA: hue angle of 139.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91DFAA is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 170 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.13 |
| HSL | 139.23º | 0.55% | 0.72% | - |
| HSV(B) | 139.23º | 0.35% | 0.87% | - |
| XYZ | 45.32 | 61.7 | 47.55 | - |
| YUV | 193.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 170 | 0.35 | 0 | 0.24 | 0.13 | 139.23 | 0.55 | 0.72 |
| Hex | 91 | DF | AA | 23 | 0 | 18 | D | 8B | 37 | 48 |
| Octal | 221 | 337 | 252 | 43 | 0 | 30 | 15 | 213 | 67 | 110 |
| Binary | 10010001 | 11011111 | 10101010 | 100011 | 0 | 11000 | 1101 | 10001011 | 110111 | 1001000 |
Color Harmonies of #91DFAA
Complementary color
Monochromatic Colors of #91DFAA
Black with #91DFAA
Text Example
Text Example
White with #91DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFAA; }
p { color: rgb(145,223,170); }
H1.HeaderClassName
{
color: #91DFAA;
}
.AnyTagClassName
{
color: #91DFAA;
}
</style>
background-color css
<style>
a { background-color: #91DFAA; }
a { background-color: rgb(145,223,170); }
div.DivClassName
{
background-color: #91DFAA;
}
.BgClassName
{
background-color: #91DFAA;
}
</style>
border-color css
<style>
span { border-color: #91DFAA; }
span { border-color: rgb(145,223,170); }
td.TdClassName
{
border-color: #91DFAA;
}
.TagClassName
{
border-color: #91DFAA;
}
</style>