#95CBAC

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

Shades of Vista Blue #95CBAC

Tints of Vista Blue #95CBAC

Color information

#95CBAC (or 0x95CBAC) is unknown color: approx Vista Blue. HEX triplet: 95, CB and AC. RGB value is (149,203,172). Sum of RGB (Red+Green+Blue) = 149+203+172=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBAC is #6A3453. Grayscale: #B7B7B7. Windows color (decimal): -6960212 or 11324309. OLE color: 11324309.

HSL color Cylindrical-coordinate representation of color #95CBAC: hue angle of 145.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CBAC is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB149203172-
CMYK0.2700.150.20
HSL145.56º34.18%69.02%-
HSV(B)145.56º26.6%79.61%-
XYZ41.252.0846.91-
YUV183.32121.61103.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=28.44%
G=38.74%
B=32.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492031720.2700.150.20145.5634.1869.02
Hex95CBAC1B0F14922245
Octal225313254330172422242105
Binary100101011100101110101100110110111110100100100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,203,172); }

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

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

 a { background-color: rgb(149,203,172); }

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

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

 span { border-color: rgb(149,203,172); }

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