#95C9AB

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

Shades of Vista Blue #95C9AB

Tints of Vista Blue #95C9AB

Color information

#95C9AB (or 0x95C9AB) is unknown color: approx Vista Blue. HEX triplet: 95, C9 and AB. RGB value is (149,201,171). Sum of RGB (Red+Green+Blue) = 149+201+171=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #95C9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C9AB is #6A3654. Grayscale: #B6B6B6. Windows color (decimal): -6960725 or 11258261. OLE color: 11258261.

HSL color Cylindrical-coordinate representation of color #95C9AB: hue angle of 145.38º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95C9AB is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB149201171-
CMYK0.2600.150.21
HSL145.38º32.5%68.63%-
HSV(B)145.38º25.87%78.82%-
XYZ40.6351.146.25-
YUV182.03121.77104.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 201 (78.91% from 255) = 38.58%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=28.60%
G=38.58%
B=32.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492011710.2600.150.21145.3832.568.63
Hex95C9AB1A0F15912045
Octal225311253320172522140105
Binary100101011100100110101011110100111110101100100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,201,171); }

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

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

 a { background-color: rgb(149,201,171); }

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

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

 span { border-color: rgb(149,201,171); }

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