#95D7AE

Color #95D7AE Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #95D7AE

Tints of Vista Blue #95D7AE

Color information

#95D7AE (or 0x95D7AE) is unknown color: approx Vista Blue. HEX triplet: 95, D7 and AE. RGB value is (149,215,174). Sum of RGB (Red+Green+Blue) = 149+215+174=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D7AE is #6A2851. Grayscale: #BEBEBE. Windows color (decimal): -6957138 or 11458453. OLE color: 11458453.

HSL color Cylindrical-coordinate representation of color #95D7AE: hue angle of 142.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D7AE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB149215174-
CMYK0.3100.190.16
HSL142.73º45.21%71.37%-
HSV(B)142.73º30.7%84.31%-
XYZ44.3358.0548.91-
YUV190.59118.6398.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=27.70%
G=39.96%
B=32.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151740.3100.190.16142.7345.2171.37
Hex95D7AE1F013108f2d47
Octal225327256370232021755107
Binary1001010111010111101011101111101001110000100011111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D7AE; }

 p { color: rgb(149,215,174); }

 H1.HeaderClassName
 {
   color: #95D7AE;
 }
 .AnyTagClassName
 {
   color: #95D7AE;
 }
</style>
background-color css

<style>
 a { background-color: #95D7AE; }

 a { background-color: rgb(149,215,174); }

 div.DivClassName
 {
   background-color: #95D7AE;
 }
 .BgClassName
 {
   background-color: #95D7AE;
 }
</style>
border-color css

<style>
 span { border-color: #95D7AE; }

 span { border-color: rgb(149,215,174); }

 td.TdClassName
 {
   border-color: #95D7AE;
 }
 .TagClassName
 {
   border-color: #95D7AE;
 }
</style>