#95CDAC

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

Shades of Vista Blue #95CDAC

Tints of Vista Blue #95CDAC

Color information

#95CDAC (or 0x95CDAC) is unknown color: approx Vista Blue. HEX triplet: 95, CD and AC. RGB value is (149,205,172). Sum of RGB (Red+Green+Blue) = 149+205+172=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CDAC is #6A3253. Grayscale: #B8B8B8. Windows color (decimal): -6959700 or 11324821. OLE color: 11324821.

HSL color Cylindrical-coordinate representation of color #95CDAC: hue angle of 144.64º degrees, saturation: 0.36, 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 #95CDAC is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB149205172-
CMYK0.2700.160.20
HSL144.64º35.9%69.41%-
HSV(B)144.64º27.32%80.39%-
XYZ41.6753.0347.07-
YUV184.49120.95102.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=28.33%
G=38.97%
B=32.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051720.2700.160.20144.6435.969.41
Hex95CDAC1B01014912445
Octal225315254330202422144105
Binary1001010111001101101011001101101000010100100100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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