Shades of Vista Blue #91DBBD
Tints of Vista Blue #91DBBD
RGB
CMYK
RGB Variations
Color information
#91DBBD (or 0x91DBBD) is known color: Vista Blue. HEX triplet: 91, DB and BD. RGB value is (145,219,189). Sum of RGB (Red+Green+Blue) = 145+219+189=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DBBD is #6E2442. Grayscale: #C1C1C1. Windows color (decimal): -7218243 or 12442513. OLE color: 12442513.
HSL color Cylindrical-coordinate representation of color #91DBBD: hue angle of 155.68º 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 #91DBBD is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 189 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.14 |
| HSL | 155.68º | 0.51% | 0.71% | - |
| HSV(B) | 155.68º | 0.34% | 0.86% | - |
| XYZ | 46.19 | 60.36 | 57.36 | - |
| YUV | 193.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 189 | 0.34 | 0 | 0.14 | 0.14 | 155.68 | 0.51 | 0.71 |
| Hex | 91 | DB | BD | 22 | 0 | E | E | 9C | 33 | 47 |
| Octal | 221 | 333 | 275 | 42 | 0 | 16 | 16 | 234 | 63 | 107 |
| Binary | 10010001 | 11011011 | 10111101 | 100010 | 0 | 1110 | 1110 | 10011100 | 110011 | 1000111 |
Color Harmonies of #91DBBD
Complementary color
Monochromatic Colors of #91DBBD
Black with #91DBBD
Text Example
Text Example
White with #91DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBBD; }
p { color: rgb(145,219,189); }
H1.HeaderClassName
{
color: #91DBBD;
}
.AnyTagClassName
{
color: #91DBBD;
}
</style>
background-color css
<style>
a { background-color: #91DBBD; }
a { background-color: rgb(145,219,189); }
div.DivClassName
{
background-color: #91DBBD;
}
.BgClassName
{
background-color: #91DBBD;
}
</style>
border-color css
<style>
span { border-color: #91DBBD; }
span { border-color: rgb(145,219,189); }
td.TdClassName
{
border-color: #91DBBD;
}
.TagClassName
{
border-color: #91DBBD;
}
</style>