#95DDAC

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

Shades of Vista Blue #95DDAC

Tints of Vista Blue #95DDAC

Color information

#95DDAC (or 0x95DDAC) is unknown color: approx Vista Blue. HEX triplet: 95, DD and AC. RGB value is (149,221,172). Sum of RGB (Red+Green+Blue) = 149+221+172=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DDAC is #6A2253. Grayscale: #C2C2C2. Windows color (decimal): -6955604 or 11328917. OLE color: 11328917.

HSL color Cylindrical-coordinate representation of color #95DDAC: hue angle of 139.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDAC is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB149221172-
CMYK0.3300.220.13
HSL139.17º51.43%72.55%-
HSV(B)139.17º32.58%86.67%-
XYZ45.761.0848.41-
YUV193.89115.6595.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=27.49%
G=40.77%
B=31.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211720.3300.220.13139.1751.4372.55
Hex95DDAC21016D8b3349
Octal225335254410261521363111
Binary1001010111011101101011001000010101101101100010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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