Shades of Vista Blue #91DFBE
Tints of Vista Blue #91DFBE
RGB
CMYK
RGB Variations
Color information
#91DFBE (or 0x91DFBE) is known color: Vista Blue. HEX triplet: 91, DF and BE. RGB value is (145,223,190). Sum of RGB (Red+Green+Blue) = 145+223+190=558 (73% of max value = 765). Red value is 145 (57.03% from 255 or 25.99% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #91DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DFBE is #6E2041. Grayscale: #C3C3C3. Windows color (decimal): -7217218 or 12509073. OLE color: 12509073.
HSL color Cylindrical-coordinate representation of color #91DFBE: hue angle of 154.62º degrees, saturation: 0.55, 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 #91DFBE is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 190 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.13 |
| HSL | 154.62º | 0.55% | 0.72% | - |
| HSV(B) | 154.62º | 0.35% | 0.87% | - |
| XYZ | 47.36 | 62.51 | 58.29 | - |
| YUV | 195.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 190 | 0.35 | 0 | 0.15 | 0.13 | 154.62 | 0.55 | 0.72 |
| Hex | 91 | DF | BE | 23 | 0 | F | D | 9B | 37 | 48 |
| Octal | 221 | 337 | 276 | 43 | 0 | 17 | 15 | 233 | 67 | 110 |
| Binary | 10010001 | 11011111 | 10111110 | 100011 | 0 | 1111 | 1101 | 10011011 | 110111 | 1001000 |
Color Harmonies of #91DFBE
Complementary color
Monochromatic Colors of #91DFBE
Black with #91DFBE
Text Example
Text Example
White with #91DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFBE; }
p { color: rgb(145,223,190); }
H1.HeaderClassName
{
color: #91DFBE;
}
.AnyTagClassName
{
color: #91DFBE;
}
</style>
background-color css
<style>
a { background-color: #91DFBE; }
a { background-color: rgb(145,223,190); }
div.DivClassName
{
background-color: #91DFBE;
}
.BgClassName
{
background-color: #91DFBE;
}
</style>
border-color css
<style>
span { border-color: #91DFBE; }
span { border-color: rgb(145,223,190); }
td.TdClassName
{
border-color: #91DFBE;
}
.TagClassName
{
border-color: #91DFBE;
}
</style>