Shades of Vista Blue #91EDC0
Tints of Vista Blue #91EDC0
RGB
CMYK
RGB Variations
Color information
#91EDC0 (or 0x91EDC0) is known color: Vista Blue. HEX triplet: 91, ED and C0. RGB value is (145,237,192). Sum of RGB (Red+Green+Blue) = 145+237+192=574 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.26% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #91EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EDC0 is #6E123F. Grayscale: #CCCCCC. Windows color (decimal): -7213632 or 12643729. OLE color: 12643729.
HSL color Cylindrical-coordinate representation of color #91EDC0: hue angle of 150.65º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EDC0 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 237 | 192 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.07 |
| HSL | 150.65º | 0.72% | 0.75% | - |
| HSV(B) | 150.65º | 0.39% | 0.93% | - |
| XYZ | 51.48 | 70.39 | 60.74 | - |
| YUV | 204.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 192 | 0.39 | 0 | 0.19 | 0.07 | 150.65 | 0.72 | 0.75 |
| Hex | 91 | ED | C0 | 27 | 0 | 13 | 7 | 97 | 48 | 4B |
| Octal | 221 | 355 | 300 | 47 | 0 | 23 | 7 | 227 | 110 | 113 |
| Binary | 10010001 | 11101101 | 11000000 | 100111 | 0 | 10011 | 111 | 10010111 | 1001000 | 1001011 |
Color Harmonies of #91EDC0
Complementary color
Monochromatic Colors of #91EDC0
Black with #91EDC0
Text Example
Text Example
White with #91EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EDC0; }
p { color: rgb(145,237,192); }
H1.HeaderClassName
{
color: #91EDC0;
}
.AnyTagClassName
{
color: #91EDC0;
}
</style>
background-color css
<style>
a { background-color: #91EDC0; }
a { background-color: rgb(145,237,192); }
div.DivClassName
{
background-color: #91EDC0;
}
.BgClassName
{
background-color: #91EDC0;
}
</style>
border-color css
<style>
span { border-color: #91EDC0; }
span { border-color: rgb(145,237,192); }
td.TdClassName
{
border-color: #91EDC0;
}
.TagClassName
{
border-color: #91EDC0;
}
</style>