#95CDA9

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

Shades of Vista Blue #95CDA9

Tints of Vista Blue #95CDA9

Color information

#95CDA9 (or 0x95CDA9) is unknown color: approx Vista Blue. HEX triplet: 95, CD and A9. RGB value is (149,205,169). Sum of RGB (Red+Green+Blue) = 149+205+169=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CDA9 is #6A3256. Grayscale: #B8B8B8. Windows color (decimal): -6959703 or 11128213. OLE color: 11128213.

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

Color convert

RGB149205169-
CMYK0.2700.180.20
HSL141.43º35.9%69.41%-
HSV(B)141.43º27.32%80.39%-
XYZ41.3952.9245.57-
YUV184.15119.45102.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 169 (66.41% from 255) = 32.31%
R=28.49%
G=39.20%
B=32.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051690.2700.180.20141.4335.969.41
Hex95CDA91B012148d2445
Octal225315251330222421544105
Binary1001010111001101101010011101101001010100100011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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