Shades of Vista Blue #95E0AD
Tints of Vista Blue #95E0AD
RGB
CMYK
RGB Variations
Color information
#95E0AD (or 0x95E0AD) is known color: Vista Blue. HEX triplet: 95, E0 and AD. RGB value is (149,224,173). Sum of RGB (Red+Green+Blue) = 149+224+173=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0AD is #6A1F52. Grayscale: #C3C3C3. Windows color (decimal): -6954835 or 11395221. OLE color: 11395221.
HSL color Cylindrical-coordinate representation of color #95E0AD: hue angle of 139.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0AD is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 224 | 173 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.12 |
| HSL | 139.2º | 0.55% | 0.73% | - |
| HSV(B) | 139.2º | 0.33% | 0.88% | - |
| XYZ | 46.59 | 62.72 | 49.19 | - |
| YUV | 195.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 173 | 0.33 | 0 | 0.23 | 0.12 | 139.2 | 0.55 | 0.73 |
| Hex | 95 | E0 | AD | 21 | 0 | 17 | C | 8B | 37 | 49 |
| Octal | 225 | 340 | 255 | 41 | 0 | 27 | 14 | 213 | 67 | 111 |
| Binary | 10010101 | 11100000 | 10101101 | 100001 | 0 | 10111 | 1100 | 10001011 | 110111 | 1001001 |
Color Harmonies of #95E0AD
Complementary color
Monochromatic Colors of #95E0AD
Black with #95E0AD
Text Example
Text Example
White with #95E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E0AD; }
p { color: rgb(149,224,173); }
H1.HeaderClassName
{
color: #95E0AD;
}
.AnyTagClassName
{
color: #95E0AD;
}
</style>
background-color css
<style>
a { background-color: #95E0AD; }
a { background-color: rgb(149,224,173); }
div.DivClassName
{
background-color: #95E0AD;
}
.BgClassName
{
background-color: #95E0AD;
}
</style>
border-color css
<style>
span { border-color: #95E0AD; }
span { border-color: rgb(149,224,173); }
td.TdClassName
{
border-color: #95E0AD;
}
.TagClassName
{
border-color: #95E0AD;
}
</style>