Shades of Vista Blue #95E1AD
Tints of Vista Blue #95E1AD
RGB
CMYK
RGB Variations
Color information
#95E1AD (or 0x95E1AD) is known color: Vista Blue. HEX triplet: 95, E1 and AD. RGB value is (149,225,173). Sum of RGB (Red+Green+Blue) = 149+225+173=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E1AD is #6A1E52. Grayscale: #C4C4C4. Windows color (decimal): -6954579 or 11395477. OLE color: 11395477.
HSL color Cylindrical-coordinate representation of color #95E1AD: hue angle of 138.95º 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 #95E1AD is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 173 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.12 |
| HSL | 138.95º | 0.56% | 0.73% | - |
| HSV(B) | 138.95º | 0.34% | 0.88% | - |
| XYZ | 46.86 | 63.26 | 49.28 | - |
| YUV | 196.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 173 | 0.34 | 0 | 0.23 | 0.12 | 138.95 | 0.56 | 0.73 |
| Hex | 95 | E1 | AD | 22 | 0 | 17 | C | 8B | 38 | 49 |
| Octal | 225 | 341 | 255 | 42 | 0 | 27 | 14 | 213 | 70 | 111 |
| Binary | 10010101 | 11100001 | 10101101 | 100010 | 0 | 10111 | 1100 | 10001011 | 111000 | 1001001 |
Color Harmonies of #95E1AD
Complementary color
Monochromatic Colors of #95E1AD
Black with #95E1AD
Text Example
Text Example
White with #95E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1AD; }
p { color: rgb(149,225,173); }
H1.HeaderClassName
{
color: #95E1AD;
}
.AnyTagClassName
{
color: #95E1AD;
}
</style>
background-color css
<style>
a { background-color: #95E1AD; }
a { background-color: rgb(149,225,173); }
div.DivClassName
{
background-color: #95E1AD;
}
.BgClassName
{
background-color: #95E1AD;
}
</style>
border-color css
<style>
span { border-color: #95E1AD; }
span { border-color: rgb(149,225,173); }
td.TdClassName
{
border-color: #95E1AD;
}
.TagClassName
{
border-color: #95E1AD;
}
</style>