#95D6AE

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

Shades of Vista Blue #95D6AE

Tints of Vista Blue #95D6AE

Color information

#95D6AE (or 0x95D6AE) is unknown color: approx Vista Blue. HEX triplet: 95, D6 and AE. RGB value is (149,214,174). Sum of RGB (Red+Green+Blue) = 149+214+174=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D6AE is #6A2951. Grayscale: #BEBEBE. Windows color (decimal): -6957394 or 11458197. OLE color: 11458197.

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

Color convert

RGB149214174-
CMYK0.3000.190.16
HSL143.08º44.22%71.18%-
HSV(B)143.08º30.37%83.92%-
XYZ44.0857.5448.83-
YUV190118.9798.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.75%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=27.75%
G=39.85%
B=32.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492141740.3000.190.16143.0844.2271.18
Hex95D6AE1E013108f2c47
Octal225326256360232021754107
Binary1001010111010110101011101111001001110000100011111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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