Shades of Vista Blue #95E8BD
Tints of Vista Blue #95E8BD
RGB
CMYK
RGB Variations
Color information
#95E8BD (or 0x95E8BD) is known color: Vista Blue. HEX triplet: 95, E8 and BD. RGB value is (149,232,189). Sum of RGB (Red+Green+Blue) = 149+232+189=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8BD is #6A1742. Grayscale: #CACACA. Windows color (decimal): -6952771 or 12445845. OLE color: 12445845.
HSL color Cylindrical-coordinate representation of color #95E8BD: hue angle of 148.92º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8BD is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 189 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.09 |
| HSL | 148.92º | 0.64% | 0.75% | - |
| HSV(B) | 148.92º | 0.36% | 0.91% | - |
| XYZ | 50.44 | 67.78 | 58.57 | - |
| YUV | 202.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 189 | 0.36 | 0 | 0.19 | 0.09 | 148.92 | 0.64 | 0.75 |
| Hex | 95 | E8 | BD | 24 | 0 | 13 | 9 | 95 | 40 | 4B |
| Octal | 225 | 350 | 275 | 44 | 0 | 23 | 11 | 225 | 100 | 113 |
| Binary | 10010101 | 11101000 | 10111101 | 100100 | 0 | 10011 | 1001 | 10010101 | 1000000 | 1001011 |
Color Harmonies of #95E8BD
Complementary color
Monochromatic Colors of #95E8BD
Black with #95E8BD
Text Example
Text Example
White with #95E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8BD; }
p { color: rgb(149,232,189); }
H1.HeaderClassName
{
color: #95E8BD;
}
.AnyTagClassName
{
color: #95E8BD;
}
</style>
background-color css
<style>
a { background-color: #95E8BD; }
a { background-color: rgb(149,232,189); }
div.DivClassName
{
background-color: #95E8BD;
}
.BgClassName
{
background-color: #95E8BD;
}
</style>
border-color css
<style>
span { border-color: #95E8BD; }
span { border-color: rgb(149,232,189); }
td.TdClassName
{
border-color: #95E8BD;
}
.TagClassName
{
border-color: #95E8BD;
}
</style>