Shades of Vista Blue #91EABD
Tints of Vista Blue #91EABD
RGB
CMYK
RGB Variations
Color information
#91EABD (or 0x91EABD) is known color: Vista Blue. HEX triplet: 91, EA and BD. RGB value is (145,234,189). Sum of RGB (Red+Green+Blue) = 145+234+189=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #91EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EABD is #6E1542. Grayscale: #CACACA. Windows color (decimal): -7214403 or 12446353. OLE color: 12446353.
HSL color Cylindrical-coordinate representation of color #91EABD: hue angle of 149.66º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91EABD is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 234 | 189 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.08 |
| HSL | 149.66º | 0.68% | 0.74% | - |
| HSV(B) | 149.66º | 0.38% | 0.92% | - |
| XYZ | 50.29 | 68.54 | 58.72 | - |
| YUV | 202.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 234 | 189 | 0.38 | 0 | 0.19 | 0.08 | 149.66 | 0.68 | 0.74 |
| Hex | 91 | EA | BD | 26 | 0 | 13 | 8 | 96 | 44 | 4A |
| Octal | 221 | 352 | 275 | 46 | 0 | 23 | 10 | 226 | 104 | 112 |
| Binary | 10010001 | 11101010 | 10111101 | 100110 | 0 | 10011 | 1000 | 10010110 | 1000100 | 1001010 |
Color Harmonies of #91EABD
Complementary color
Monochromatic Colors of #91EABD
Black with #91EABD
Text Example
Text Example
White with #91EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EABD; }
p { color: rgb(145,234,189); }
H1.HeaderClassName
{
color: #91EABD;
}
.AnyTagClassName
{
color: #91EABD;
}
</style>
background-color css
<style>
a { background-color: #91EABD; }
a { background-color: rgb(145,234,189); }
div.DivClassName
{
background-color: #91EABD;
}
.BgClassName
{
background-color: #91EABD;
}
</style>
border-color css
<style>
span { border-color: #91EABD; }
span { border-color: rgb(145,234,189); }
td.TdClassName
{
border-color: #91EABD;
}
.TagClassName
{
border-color: #91EABD;
}
</style>