Shades of Vista Blue #95ECB6
Tints of Vista Blue #95ECB6
RGB
CMYK
RGB Variations
Color information
#95ECB6 (or 0x95ECB6) is known color: Vista Blue. HEX triplet: 95, EC and B6. RGB value is (149,236,182). Sum of RGB (Red+Green+Blue) = 149+236+182=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECB6 is #6A1349. Grayscale: #CBCBCB. Windows color (decimal): -6951754 or 11988117. OLE color: 11988117.
HSL color Cylindrical-coordinate representation of color #95ECB6: hue angle of 142.76º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95ECB6 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 182 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.07 |
| HSL | 142.76º | 0.7% | 0.75% | - |
| HSV(B) | 142.76º | 0.37% | 0.93% | - |
| XYZ | 50.83 | 69.76 | 55.04 | - |
| YUV | 203.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 182 | 0.37 | 0 | 0.23 | 0.07 | 142.76 | 0.7 | 0.75 |
| Hex | 95 | EC | B6 | 25 | 0 | 17 | 7 | 8F | 46 | 4B |
| Octal | 225 | 354 | 266 | 45 | 0 | 27 | 7 | 217 | 106 | 113 |
| Binary | 10010101 | 11101100 | 10110110 | 100101 | 0 | 10111 | 111 | 10001111 | 1000110 | 1001011 |
Color Harmonies of #95ECB6
Complementary color
Monochromatic Colors of #95ECB6
Black with #95ECB6
Text Example
Text Example
White with #95ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ECB6; }
p { color: rgb(149,236,182); }
H1.HeaderClassName
{
color: #95ECB6;
}
.AnyTagClassName
{
color: #95ECB6;
}
</style>
background-color css
<style>
a { background-color: #95ECB6; }
a { background-color: rgb(149,236,182); }
div.DivClassName
{
background-color: #95ECB6;
}
.BgClassName
{
background-color: #95ECB6;
}
</style>
border-color css
<style>
span { border-color: #95ECB6; }
span { border-color: rgb(149,236,182); }
td.TdClassName
{
border-color: #95ECB6;
}
.TagClassName
{
border-color: #95ECB6;
}
</style>