#95C6A9

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

Shades of Vista Blue #95C6A9

Tints of Vista Blue #95C6A9

Color information

#95C6A9 (or 0x95C6A9) is unknown color: approx Vista Blue. HEX triplet: 95, C6 and A9. RGB value is (149,198,169). Sum of RGB (Red+Green+Blue) = 149+198+169=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #95C6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C6A9 is #6A3956. Grayscale: #B4B4B4. Windows color (decimal): -6961495 or 11126421. OLE color: 11126421.

HSL color Cylindrical-coordinate representation of color #95C6A9: hue angle of 144.49º degrees, saturation: 0.3, 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 #95C6A9 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB149198169-
CMYK0.2500.150.22
HSL144.49º30.06%68.04%-
HSV(B)144.49º24.75%77.65%-
XYZ39.7549.6445.02-
YUV180.04121.77105.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.88%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=28.88%
G=38.37%
B=32.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981690.2500.150.22144.4930.0668.04
Hex95C6A9190F16901e44
Octal225306251310172622036104
Binary10010101110001101010100111001011111011010010000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,169); }

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

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

 a { background-color: rgb(149,198,169); }

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

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

 span { border-color: rgb(149,198,169); }

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