#88DCB7

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

Shades of Vista Blue #88DCB7

Tints of Vista Blue #88DCB7

Color information

#88DCB7 (or 0x88DCB7) is unknown color: approx Vista Blue. HEX triplet: 88, DC and B7. RGB value is (136,220,183). Sum of RGB (Red+Green+Blue) = 136+220+183=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCB7 is #772348. Grayscale: #BEBEBE. Windows color (decimal): -7807817 or 12049544. OLE color: 12049544.

HSL color Cylindrical-coordinate representation of color #88DCB7: hue angle of 153.57º 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 #88DCB7 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB136220183-
CMYK0.3800.170.14
HSL153.57º54.55%69.8%-
HSV(B)153.57º38.18%86.27%-
XYZ44.2959.8454.02-
YUV190.67123.6789.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.23%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=25.23%
G=40.82%
B=33.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201830.3800.170.14153.5754.5569.8
Hex88DCB726011E9a3746
Octal210334267460211623267106
Binary1000100011011100101101111001100100011110100110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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