Shades of Vista Blue #95E9AE
Tints of Vista Blue #95E9AE
RGB
CMYK
RGB Variations
Color information
#95E9AE (or 0x95E9AE) is known color: Vista Blue. HEX triplet: 95, E9 and AE. RGB value is (149,233,174). Sum of RGB (Red+Green+Blue) = 149+233+174=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E9AE is #6A1651. Grayscale: #C9C9C9. Windows color (decimal): -6952530 or 11463061. OLE color: 11463061.
HSL color Cylindrical-coordinate representation of color #95E9AE: hue angle of 137.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9AE is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 174 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.09 |
| HSL | 137.86º | 0.66% | 0.75% | - |
| HSV(B) | 137.86º | 0.36% | 0.91% | - |
| XYZ | 49.17 | 67.72 | 50.52 | - |
| YUV | 201.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 174 | 0.36 | 0 | 0.25 | 0.09 | 137.86 | 0.66 | 0.75 |
| Hex | 95 | E9 | AE | 24 | 0 | 19 | 9 | 8A | 42 | 4B |
| Octal | 225 | 351 | 256 | 44 | 0 | 31 | 11 | 212 | 102 | 113 |
| Binary | 10010101 | 11101001 | 10101110 | 100100 | 0 | 11001 | 1001 | 10001010 | 1000010 | 1001011 |
Color Harmonies of #95E9AE
Complementary color
Monochromatic Colors of #95E9AE
Black with #95E9AE
Text Example
Text Example
White with #95E9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E9AE; }
p { color: rgb(149,233,174); }
H1.HeaderClassName
{
color: #95E9AE;
}
.AnyTagClassName
{
color: #95E9AE;
}
</style>
background-color css
<style>
a { background-color: #95E9AE; }
a { background-color: rgb(149,233,174); }
div.DivClassName
{
background-color: #95E9AE;
}
.BgClassName
{
background-color: #95E9AE;
}
</style>
border-color css
<style>
span { border-color: #95E9AE; }
span { border-color: rgb(149,233,174); }
td.TdClassName
{
border-color: #95E9AE;
}
.TagClassName
{
border-color: #95E9AE;
}
</style>