#95CDB2

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

Shades of Vista Blue #95CDB2

Tints of Vista Blue #95CDB2

Color information

#95CDB2 (or 0x95CDB2) is unknown color: approx Vista Blue. HEX triplet: 95, CD and B2. RGB value is (149,205,178). Sum of RGB (Red+Green+Blue) = 149+205+178=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CDB2 is #6A324D. Grayscale: #B9B9B9. Windows color (decimal): -6959694 or 11718037. OLE color: 11718037.

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

Color convert

RGB149205178-
CMYK0.2700.130.20
HSL151.07º35.9%69.41%-
HSV(B)151.07º27.32%80.39%-
XYZ42.2653.2750.17-
YUV185.18123.95102.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=28.01%
G=38.53%
B=33.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051780.2700.130.20151.0735.969.41
Hex95CDB21B0D14972445
Octal225315262330152422744105
Binary100101011100110110110010110110110110100100101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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