Shades of Vista Blue #95E2AD
Tints of Vista Blue #95E2AD
RGB
CMYK
RGB Variations
Color information
#95E2AD (or 0x95E2AD) is known color: Vista Blue. HEX triplet: 95, E2 and AD. RGB value is (149,226,173). Sum of RGB (Red+Green+Blue) = 149+226+173=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #95E2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E2AD is #6A1D52. Grayscale: #C5C5C5. Windows color (decimal): -6954323 or 11395733. OLE color: 11395733.
HSL color Cylindrical-coordinate representation of color #95E2AD: hue angle of 138.7º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E2AD is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 173 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.11 |
| HSL | 138.7º | 0.57% | 0.74% | - |
| HSV(B) | 138.7º | 0.34% | 0.89% | - |
| XYZ | 47.13 | 63.8 | 49.37 | - |
| YUV | 196.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 173 | 0.34 | 0 | 0.23 | 0.11 | 138.7 | 0.57 | 0.74 |
| Hex | 95 | E2 | AD | 22 | 0 | 17 | B | 8B | 39 | 4A |
| Octal | 225 | 342 | 255 | 42 | 0 | 27 | 13 | 213 | 71 | 112 |
| Binary | 10010101 | 11100010 | 10101101 | 100010 | 0 | 10111 | 1011 | 10001011 | 111001 | 1001010 |
Color Harmonies of #95E2AD
Complementary color
Monochromatic Colors of #95E2AD
Black with #95E2AD
Text Example
Text Example
White with #95E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E2AD; }
p { color: rgb(149,226,173); }
H1.HeaderClassName
{
color: #95E2AD;
}
.AnyTagClassName
{
color: #95E2AD;
}
</style>
background-color css
<style>
a { background-color: #95E2AD; }
a { background-color: rgb(149,226,173); }
div.DivClassName
{
background-color: #95E2AD;
}
.BgClassName
{
background-color: #95E2AD;
}
</style>
border-color css
<style>
span { border-color: #95E2AD; }
span { border-color: rgb(149,226,173); }
td.TdClassName
{
border-color: #95E2AD;
}
.TagClassName
{
border-color: #95E2AD;
}
</style>