Shades of Vista Blue #91DBAF
Tints of Vista Blue #91DBAF
RGB
CMYK
RGB Variations
Color information
#91DBAF (or 0x91DBAF) is known color: Vista Blue. HEX triplet: 91, DB and AF. RGB value is (145,219,175). Sum of RGB (Red+Green+Blue) = 145+219+175=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DBAF is #6E2450. Grayscale: #BFBFBF. Windows color (decimal): -7218257 or 11525009. OLE color: 11525009.
HSL color Cylindrical-coordinate representation of color #91DBAF: hue angle of 144.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DBAF is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 175 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.14 |
| HSL | 144.32º | 0.51% | 0.71% | - |
| HSV(B) | 144.32º | 0.34% | 0.86% | - |
| XYZ | 44.75 | 59.78 | 49.74 | - |
| YUV | 191.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 175 | 0.34 | 0 | 0.20 | 0.14 | 144.32 | 0.51 | 0.71 |
| Hex | 91 | DB | AF | 22 | 0 | 14 | E | 90 | 33 | 47 |
| Octal | 221 | 333 | 257 | 42 | 0 | 24 | 16 | 220 | 63 | 107 |
| Binary | 10010001 | 11011011 | 10101111 | 100010 | 0 | 10100 | 1110 | 10010000 | 110011 | 1000111 |
Color Harmonies of #91DBAF
Complementary color
Monochromatic Colors of #91DBAF
Black with #91DBAF
Text Example
Text Example
White with #91DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBAF; }
p { color: rgb(145,219,175); }
H1.HeaderClassName
{
color: #91DBAF;
}
.AnyTagClassName
{
color: #91DBAF;
}
</style>
background-color css
<style>
a { background-color: #91DBAF; }
a { background-color: rgb(145,219,175); }
div.DivClassName
{
background-color: #91DBAF;
}
.BgClassName
{
background-color: #91DBAF;
}
</style>
border-color css
<style>
span { border-color: #91DBAF; }
span { border-color: rgb(145,219,175); }
td.TdClassName
{
border-color: #91DBAF;
}
.TagClassName
{
border-color: #91DBAF;
}
</style>