#95C7AE

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

Shades of Vista Blue #95C7AE

Tints of Vista Blue #95C7AE

Color information

#95C7AE (or 0x95C7AE) is unknown color: approx Vista Blue. HEX triplet: 95, C7 and AE. RGB value is (149,199,174). Sum of RGB (Red+Green+Blue) = 149+199+174=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #95C7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C7AE is #6A3851. Grayscale: #B5B5B5. Windows color (decimal): -6961234 or 11454357. OLE color: 11454357.

HSL color Cylindrical-coordinate representation of color #95C7AE: hue angle of 150º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C7AE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB149199174-
CMYK0.2500.130.22
HSL150º30.86%68.24%-
HSV(B)150º25.13%78.04%-
XYZ40.4650.2947.62-
YUV181.2123.94105.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 199 (78.12% from 255) = 38.12%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=28.54%
G=38.12%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991740.2500.130.2215030.8668.24
Hex95C7AE190D16961f44
Octal225307256310152622637104
Binary10010101110001111010111011001011011011010010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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