Shades of Vista Blue #95DCBA
Tints of Vista Blue #95DCBA
RGB
CMYK
RGB Variations
Color information
#95DCBA (or 0x95DCBA) is known color: Vista Blue. HEX triplet: 95, DC and BA. RGB value is (149,220,186). Sum of RGB (Red+Green+Blue) = 149+220+186=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCBA is #6A2345. Grayscale: #C2C2C2. Windows color (decimal): -6955846 or 12246165. OLE color: 12246165.
HSL color Cylindrical-coordinate representation of color #95DCBA: hue angle of 151.27º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCBA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 186 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.14 |
| HSL | 151.27º | 0.5% | 0.72% | - |
| HSV(B) | 151.27º | 0.32% | 0.86% | - |
| XYZ | 46.85 | 61.12 | 55.78 | - |
| YUV | 194.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 186 | 0.32 | 0 | 0.15 | 0.14 | 151.27 | 0.5 | 0.72 |
| Hex | 95 | DC | BA | 20 | 0 | F | E | 97 | 32 | 48 |
| Octal | 225 | 334 | 272 | 40 | 0 | 17 | 16 | 227 | 62 | 110 |
| Binary | 10010101 | 11011100 | 10111010 | 100000 | 0 | 1111 | 1110 | 10010111 | 110010 | 1001000 |
Color Harmonies of #95DCBA
Complementary color
Monochromatic Colors of #95DCBA
Black with #95DCBA
Text Example
Text Example
White with #95DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCBA; }
p { color: rgb(149,220,186); }
H1.HeaderClassName
{
color: #95DCBA;
}
.AnyTagClassName
{
color: #95DCBA;
}
</style>
background-color css
<style>
a { background-color: #95DCBA; }
a { background-color: rgb(149,220,186); }
div.DivClassName
{
background-color: #95DCBA;
}
.BgClassName
{
background-color: #95DCBA;
}
</style>
border-color css
<style>
span { border-color: #95DCBA; }
span { border-color: rgb(149,220,186); }
td.TdClassName
{
border-color: #95DCBA;
}
.TagClassName
{
border-color: #95DCBA;
}
</style>