Shades of Vista Blue #91D4B5
Tints of Vista Blue #91D4B5
RGB
CMYK
RGB Variations
Color information
#91D4B5 (or 0x91D4B5) is known color: Vista Blue. HEX triplet: 91, D4 and B5. RGB value is (145,212,181). Sum of RGB (Red+Green+Blue) = 145+212+181=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #91D4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D4B5 is #6E2B4A. Grayscale: #BCBCBC. Windows color (decimal): -7220043 or 11916433. OLE color: 11916433.
HSL color Cylindrical-coordinate representation of color #91D4B5: hue angle of 152.24º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D4B5 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 181 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.17 |
| HSL | 152.24º | 0.44% | 0.7% | - |
| HSV(B) | 152.24º | 0.32% | 0.83% | - |
| XYZ | 43.56 | 56.44 | 52.31 | - |
| YUV | 188.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 181 | 0.32 | 0 | 0.15 | 0.17 | 152.24 | 0.44 | 0.7 |
| Hex | 91 | D4 | B5 | 20 | 0 | F | 11 | 98 | 2C | 46 |
| Octal | 221 | 324 | 265 | 40 | 0 | 17 | 21 | 230 | 54 | 106 |
| Binary | 10010001 | 11010100 | 10110101 | 100000 | 0 | 1111 | 10001 | 10011000 | 101100 | 1000110 |
Color Harmonies of #91D4B5
Complementary color
Monochromatic Colors of #91D4B5
Black with #91D4B5
Text Example
Text Example
White with #91D4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D4B5; }
p { color: rgb(145,212,181); }
H1.HeaderClassName
{
color: #91D4B5;
}
.AnyTagClassName
{
color: #91D4B5;
}
</style>
background-color css
<style>
a { background-color: #91D4B5; }
a { background-color: rgb(145,212,181); }
div.DivClassName
{
background-color: #91D4B5;
}
.BgClassName
{
background-color: #91D4B5;
}
</style>
border-color css
<style>
span { border-color: #91D4B5; }
span { border-color: rgb(145,212,181); }
td.TdClassName
{
border-color: #91D4B5;
}
.TagClassName
{
border-color: #91D4B5;
}
</style>