Shades of Vista Blue #91DEBC
Tints of Vista Blue #91DEBC
RGB
CMYK
RGB Variations
Color information
#91DEBC (or 0x91DEBC) is known color: Vista Blue. HEX triplet: 91, DE and BC. RGB value is (145,222,188). Sum of RGB (Red+Green+Blue) = 145+222+188=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #91DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DEBC is #6E2143. Grayscale: #C3C3C3. Windows color (decimal): -7217476 or 12377745. OLE color: 12377745.
HSL color Cylindrical-coordinate representation of color #91DEBC: hue angle of 153.51º 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 #91DEBC is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 222 | 188 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.13 |
| HSL | 153.51º | 0.54% | 0.72% | - |
| HSV(B) | 153.51º | 0.35% | 0.87% | - |
| XYZ | 46.88 | 61.89 | 57.05 | - |
| YUV | 195.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 222 | 188 | 0.35 | 0 | 0.15 | 0.13 | 153.51 | 0.54 | 0.72 |
| Hex | 91 | DE | BC | 23 | 0 | F | D | 9A | 36 | 48 |
| Octal | 221 | 336 | 274 | 43 | 0 | 17 | 15 | 232 | 66 | 110 |
| Binary | 10010001 | 11011110 | 10111100 | 100011 | 0 | 1111 | 1101 | 10011010 | 110110 | 1001000 |
Color Harmonies of #91DEBC
Complementary color
Monochromatic Colors of #91DEBC
Black with #91DEBC
Text Example
Text Example
White with #91DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DEBC; }
p { color: rgb(145,222,188); }
H1.HeaderClassName
{
color: #91DEBC;
}
.AnyTagClassName
{
color: #91DEBC;
}
</style>
background-color css
<style>
a { background-color: #91DEBC; }
a { background-color: rgb(145,222,188); }
div.DivClassName
{
background-color: #91DEBC;
}
.BgClassName
{
background-color: #91DEBC;
}
</style>
border-color css
<style>
span { border-color: #91DEBC; }
span { border-color: rgb(145,222,188); }
td.TdClassName
{
border-color: #91DEBC;
}
.TagClassName
{
border-color: #91DEBC;
}
</style>