Shades of Vista Blue #91DBBB
Tints of Vista Blue #91DBBB
RGB
CMYK
RGB Variations
Color information
#91DBBB (or 0x91DBBB) is known color: Vista Blue. HEX triplet: 91, DB and BB. RGB value is (145,219,187). Sum of RGB (Red+Green+Blue) = 145+219+187=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DBBB is #6E2444. Grayscale: #C1C1C1. Windows color (decimal): -7218245 or 12311441. OLE color: 12311441.
HSL color Cylindrical-coordinate representation of color #91DBBB: hue angle of 154.05º 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 #91DBBB is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 187 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.14 |
| HSL | 154.05º | 0.51% | 0.71% | - |
| HSV(B) | 154.05º | 0.34% | 0.86% | - |
| XYZ | 45.98 | 60.27 | 56.22 | - |
| YUV | 193.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 187 | 0.34 | 0 | 0.15 | 0.14 | 154.05 | 0.51 | 0.71 |
| Hex | 91 | DB | BB | 22 | 0 | F | E | 9A | 33 | 47 |
| Octal | 221 | 333 | 273 | 42 | 0 | 17 | 16 | 232 | 63 | 107 |
| Binary | 10010001 | 11011011 | 10111011 | 100010 | 0 | 1111 | 1110 | 10011010 | 110011 | 1000111 |
Color Harmonies of #91DBBB
Complementary color
Monochromatic Colors of #91DBBB
Black with #91DBBB
Text Example
Text Example
White with #91DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBBB; }
p { color: rgb(145,219,187); }
H1.HeaderClassName
{
color: #91DBBB;
}
.AnyTagClassName
{
color: #91DBBB;
}
</style>
background-color css
<style>
a { background-color: #91DBBB; }
a { background-color: rgb(145,219,187); }
div.DivClassName
{
background-color: #91DBBB;
}
.BgClassName
{
background-color: #91DBBB;
}
</style>
border-color css
<style>
span { border-color: #91DBBB; }
span { border-color: rgb(145,219,187); }
td.TdClassName
{
border-color: #91DBBB;
}
.TagClassName
{
border-color: #91DBBB;
}
</style>