Shades of Vista Blue #91DEB0
Tints of Vista Blue #91DEB0
RGB
CMYK
RGB Variations
Color information
#91DEB0 (or 0x91DEB0) is known color: Vista Blue. HEX triplet: 91, DE and B0. RGB value is (145,222,176). Sum of RGB (Red+Green+Blue) = 145+222+176=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #91DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DEB0 is #6E214F. Grayscale: #C1C1C1. Windows color (decimal): -7217488 or 11591313. OLE color: 11591313.
HSL color Cylindrical-coordinate representation of color #91DEB0: hue angle of 144.16º 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 #91DEB0 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 222 | 176 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.13 |
| HSL | 144.16º | 0.54% | 0.72% | - |
| HSV(B) | 144.16º | 0.35% | 0.87% | - |
| XYZ | 45.63 | 61.4 | 50.52 | - |
| YUV | 193.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 222 | 176 | 0.35 | 0 | 0.21 | 0.13 | 144.16 | 0.54 | 0.72 |
| Hex | 91 | DE | B0 | 23 | 0 | 15 | D | 90 | 36 | 48 |
| Octal | 221 | 336 | 260 | 43 | 0 | 25 | 15 | 220 | 66 | 110 |
| Binary | 10010001 | 11011110 | 10110000 | 100011 | 0 | 10101 | 1101 | 10010000 | 110110 | 1001000 |
Color Harmonies of #91DEB0
Complementary color
Monochromatic Colors of #91DEB0
Black with #91DEB0
Text Example
Text Example
White with #91DEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DEB0; }
p { color: rgb(145,222,176); }
H1.HeaderClassName
{
color: #91DEB0;
}
.AnyTagClassName
{
color: #91DEB0;
}
</style>
background-color css
<style>
a { background-color: #91DEB0; }
a { background-color: rgb(145,222,176); }
div.DivClassName
{
background-color: #91DEB0;
}
.BgClassName
{
background-color: #91DEB0;
}
</style>
border-color css
<style>
span { border-color: #91DEB0; }
span { border-color: rgb(145,222,176); }
td.TdClassName
{
border-color: #91DEB0;
}
.TagClassName
{
border-color: #91DEB0;
}
</style>