Shades of Vista Blue #91DEAB
Tints of Vista Blue #91DEAB
RGB
CMYK
RGB Variations
Color information
#91DEAB (or 0x91DEAB) is known color: Vista Blue. HEX triplet: 91, DE and AB. RGB value is (145,222,171). Sum of RGB (Red+Green+Blue) = 145+222+171=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #91DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DEAB is #6E2154. Grayscale: #C1C1C1. Windows color (decimal): -7217493 or 11263633. OLE color: 11263633.
HSL color Cylindrical-coordinate representation of color #91DEAB: hue angle of 140.26º degrees, saturation: 0.54, 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 #91DEAB is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 222 | 171 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.13 |
| HSL | 140.26º | 0.54% | 0.72% | - |
| HSV(B) | 140.26º | 0.35% | 0.87% | - |
| XYZ | 45.15 | 61.2 | 47.96 | - |
| YUV | 193.16 | 115.49 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 222 | 171 | 0.35 | 0 | 0.23 | 0.13 | 140.26 | 0.54 | 0.72 |
| Hex | 91 | DE | AB | 23 | 0 | 17 | D | 8C | 36 | 48 |
| Octal | 221 | 336 | 253 | 43 | 0 | 27 | 15 | 214 | 66 | 110 |
| Binary | 10010001 | 11011110 | 10101011 | 100011 | 0 | 10111 | 1101 | 10001100 | 110110 | 1001000 |
Color Harmonies of #91DEAB
Complementary color
Monochromatic Colors of #91DEAB
Black with #91DEAB
Text Example
Text Example
White with #91DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DEAB; }
p { color: rgb(145,222,171); }
H1.HeaderClassName
{
color: #91DEAB;
}
.AnyTagClassName
{
color: #91DEAB;
}
</style>
background-color css
<style>
a { background-color: #91DEAB; }
a { background-color: rgb(145,222,171); }
div.DivClassName
{
background-color: #91DEAB;
}
.BgClassName
{
background-color: #91DEAB;
}
</style>
border-color css
<style>
span { border-color: #91DEAB; }
span { border-color: rgb(145,222,171); }
td.TdClassName
{
border-color: #91DEAB;
}
.TagClassName
{
border-color: #91DEAB;
}
</style>