#88DCA4

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

Shades of Vista Blue #88DCA4

Tints of Vista Blue #88DCA4

Color information

#88DCA4 (or 0x88DCA4) is unknown color: approx Vista Blue. HEX triplet: 88, DC and A4. RGB value is (136,220,164). Sum of RGB (Red+Green+Blue) = 136+220+164=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCA4 is #77235B. Grayscale: #BCBCBC. Windows color (decimal): -7807836 or 10804360. OLE color: 10804360.

HSL color Cylindrical-coordinate representation of color #88DCA4: hue angle of 140º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCA4 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB136220164-
CMYK0.3800.250.14
HSL140º54.55%69.8%-
HSV(B)140º38.18%86.27%-
XYZ42.4559.144.29-
YUV188.5114.1790.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.15%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=26.15%
G=42.31%
B=31.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201640.3800.250.1414054.5569.8
Hex88DCA426019E8c3746
Octal210334244460311621467106
Binary1000100011011100101001001001100110011110100011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DCA4; }

 p { color: rgb(136,220,164); }

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

<style>
 a { background-color: #88DCA4; }

 a { background-color: rgb(136,220,164); }

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

<style>
 span { border-color: #88DCA4; }

 span { border-color: rgb(136,220,164); }

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