Shades of Vista Blue #91D0B5
Tints of Vista Blue #91D0B5
RGB
CMYK
RGB Variations
Color information
#91D0B5 (or 0x91D0B5) is known color: Vista Blue. HEX triplet: 91, D0 and B5. RGB value is (145,208,181). Sum of RGB (Red+Green+Blue) = 145+208+181=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #91D0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D0B5 is #6E2F4A. Grayscale: #BABABA. Windows color (decimal): -7221067 or 11915409. OLE color: 11915409.
HSL color Cylindrical-coordinate representation of color #91D0B5: hue angle of 154.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91D0B5 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 181 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.18 |
| HSL | 154.29º | 0.4% | 0.69% | - |
| HSV(B) | 154.29º | 0.3% | 0.82% | - |
| XYZ | 42.57 | 54.47 | 51.99 | - |
| YUV | 186.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 181 | 0.30 | 0 | 0.13 | 0.18 | 154.29 | 0.4 | 0.69 |
| Hex | 91 | D0 | B5 | 1E | 0 | D | 12 | 9A | 28 | 45 |
| Octal | 221 | 320 | 265 | 36 | 0 | 15 | 22 | 232 | 50 | 105 |
| Binary | 10010001 | 11010000 | 10110101 | 11110 | 0 | 1101 | 10010 | 10011010 | 101000 | 1000101 |
Color Harmonies of #91D0B5
Complementary color
Monochromatic Colors of #91D0B5
Black with #91D0B5
Text Example
Text Example
White with #91D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D0B5; }
p { color: rgb(145,208,181); }
H1.HeaderClassName
{
color: #91D0B5;
}
.AnyTagClassName
{
color: #91D0B5;
}
</style>
background-color css
<style>
a { background-color: #91D0B5; }
a { background-color: rgb(145,208,181); }
div.DivClassName
{
background-color: #91D0B5;
}
.BgClassName
{
background-color: #91D0B5;
}
</style>
border-color css
<style>
span { border-color: #91D0B5; }
span { border-color: rgb(145,208,181); }
td.TdClassName
{
border-color: #91D0B5;
}
.TagClassName
{
border-color: #91D0B5;
}
</style>