Shades of Vista Blue #95E0AE
Tints of Vista Blue #95E0AE
RGB
CMYK
RGB Variations
Color information
#95E0AE (or 0x95E0AE) is known color: Vista Blue. HEX triplet: 95, E0 and AE. RGB value is (149,224,174). Sum of RGB (Red+Green+Blue) = 149+224+174=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0AE is #6A1F51. Grayscale: #C4C4C4. Windows color (decimal): -6954834 or 11460757. OLE color: 11460757.
HSL color Cylindrical-coordinate representation of color #95E0AE: hue angle of 140º 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 #95E0AE is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 224 | 174 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.12 |
| HSL | 140º | 0.55% | 0.73% | - |
| HSV(B) | 140º | 0.33% | 0.88% | - |
| XYZ | 46.69 | 62.76 | 49.7 | - |
| YUV | 195.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 174 | 0.33 | 0 | 0.22 | 0.12 | 140 | 0.55 | 0.73 |
| Hex | 95 | E0 | AE | 21 | 0 | 16 | C | 8C | 37 | 49 |
| Octal | 225 | 340 | 256 | 41 | 0 | 26 | 14 | 214 | 67 | 111 |
| Binary | 10010101 | 11100000 | 10101110 | 100001 | 0 | 10110 | 1100 | 10001100 | 110111 | 1001001 |
Color Harmonies of #95E0AE
Complementary color
Monochromatic Colors of #95E0AE
Black with #95E0AE
Text Example
Text Example
White with #95E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E0AE; }
p { color: rgb(149,224,174); }
H1.HeaderClassName
{
color: #95E0AE;
}
.AnyTagClassName
{
color: #95E0AE;
}
</style>
background-color css
<style>
a { background-color: #95E0AE; }
a { background-color: rgb(149,224,174); }
div.DivClassName
{
background-color: #95E0AE;
}
.BgClassName
{
background-color: #95E0AE;
}
</style>
border-color css
<style>
span { border-color: #95E0AE; }
span { border-color: rgb(149,224,174); }
td.TdClassName
{
border-color: #95E0AE;
}
.TagClassName
{
border-color: #95E0AE;
}
</style>