Shades of Vista Blue #95E1BC
Tints of Vista Blue #95E1BC
RGB
CMYK
RGB Variations
Color information
#95E1BC (or 0x95E1BC) is known color: Vista Blue. HEX triplet: 95, E1 and BC. RGB value is (149,225,188). Sum of RGB (Red+Green+Blue) = 149+225+188=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1BC is #6A1E43. Grayscale: #C6C6C6. Windows color (decimal): -6954564 or 12378517. OLE color: 12378517.
HSL color Cylindrical-coordinate representation of color #95E1BC: hue angle of 150.79º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1BC is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 188 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.12 |
| HSL | 150.79º | 0.56% | 0.73% | - |
| HSV(B) | 150.79º | 0.34% | 0.88% | - |
| XYZ | 48.4 | 63.87 | 57.35 | - |
| YUV | 198.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 188 | 0.34 | 0 | 0.16 | 0.12 | 150.79 | 0.56 | 0.73 |
| Hex | 95 | E1 | BC | 22 | 0 | 10 | C | 97 | 38 | 49 |
| Octal | 225 | 341 | 274 | 42 | 0 | 20 | 14 | 227 | 70 | 111 |
| Binary | 10010101 | 11100001 | 10111100 | 100010 | 0 | 10000 | 1100 | 10010111 | 111000 | 1001001 |
Color Harmonies of #95E1BC
Complementary color
Monochromatic Colors of #95E1BC
Black with #95E1BC
Text Example
Text Example
White with #95E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1BC; }
p { color: rgb(149,225,188); }
H1.HeaderClassName
{
color: #95E1BC;
}
.AnyTagClassName
{
color: #95E1BC;
}
</style>
background-color css
<style>
a { background-color: #95E1BC; }
a { background-color: rgb(149,225,188); }
div.DivClassName
{
background-color: #95E1BC;
}
.BgClassName
{
background-color: #95E1BC;
}
</style>
border-color css
<style>
span { border-color: #95E1BC; }
span { border-color: rgb(149,225,188); }
td.TdClassName
{
border-color: #95E1BC;
}
.TagClassName
{
border-color: #95E1BC;
}
</style>