#95D5AE

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

Shades of Vista Blue #95D5AE

Tints of Vista Blue #95D5AE

Color information

#95D5AE (or 0x95D5AE) is unknown color: approx Vista Blue. HEX triplet: 95, D5 and AE. RGB value is (149,213,174). Sum of RGB (Red+Green+Blue) = 149+213+174=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D5AE is #6A2A51. Grayscale: #BDBDBD. Windows color (decimal): -6957650 or 11457941. OLE color: 11457941.

HSL color Cylindrical-coordinate representation of color #95D5AE: hue angle of 143.44º degrees, saturation: 0.43, 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 #95D5AE is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB149213174-
CMYK0.3000.180.16
HSL143.44º43.24%70.98%-
HSV(B)143.44º30.05%83.53%-
XYZ43.8357.0348.74-
YUV189.42119.399.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=27.80%
G=39.74%
B=32.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131740.3000.180.16143.4443.2470.98
Hex95D5AE1E012108f2b47
Octal225325256360222021753107
Binary1001010111010101101011101111001001010000100011111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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