Shades of Vista Blue #95EAB1
Tints of Vista Blue #95EAB1
RGB
CMYK
RGB Variations
Color information
#95EAB1 (or 0x95EAB1) is known color: Vista Blue. HEX triplet: 95, EA and B1. RGB value is (149,234,177). Sum of RGB (Red+Green+Blue) = 149+234+177=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EAB1 is #6A154E. Grayscale: #CACACA. Windows color (decimal): -6952271 or 11659925. OLE color: 11659925.
HSL color Cylindrical-coordinate representation of color #95EAB1: hue angle of 139.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAB1 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 177 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.08 |
| HSL | 139.76º | 0.67% | 0.75% | - |
| HSV(B) | 139.76º | 0.36% | 0.92% | - |
| XYZ | 49.75 | 68.41 | 52.18 | - |
| YUV | 202.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 177 | 0.36 | 0 | 0.24 | 0.08 | 139.76 | 0.67 | 0.75 |
| Hex | 95 | EA | B1 | 24 | 0 | 18 | 8 | 8C | 43 | 4B |
| Octal | 225 | 352 | 261 | 44 | 0 | 30 | 10 | 214 | 103 | 113 |
| Binary | 10010101 | 11101010 | 10110001 | 100100 | 0 | 11000 | 1000 | 10001100 | 1000011 | 1001011 |
Color Harmonies of #95EAB1
Complementary color
Monochromatic Colors of #95EAB1
Black with #95EAB1
Text Example
Text Example
White with #95EAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAB1; }
p { color: rgb(149,234,177); }
H1.HeaderClassName
{
color: #95EAB1;
}
.AnyTagClassName
{
color: #95EAB1;
}
</style>
background-color css
<style>
a { background-color: #95EAB1; }
a { background-color: rgb(149,234,177); }
div.DivClassName
{
background-color: #95EAB1;
}
.BgClassName
{
background-color: #95EAB1;
}
</style>
border-color css
<style>
span { border-color: #95EAB1; }
span { border-color: rgb(149,234,177); }
td.TdClassName
{
border-color: #95EAB1;
}
.TagClassName
{
border-color: #95EAB1;
}
</style>