#88DCB6

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

Shades of Vista Blue #88DCB6

Tints of Vista Blue #88DCB6

Color information

#88DCB6 (or 0x88DCB6) is unknown color: approx Vista Blue. HEX triplet: 88, DC and B6. RGB value is (136,220,182). Sum of RGB (Red+Green+Blue) = 136+220+182=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCB6 is #772349. Grayscale: #BEBEBE. Windows color (decimal): -7807818 or 11984008. OLE color: 11984008.

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

Color convert

RGB136220182-
CMYK0.3800.170.14
HSL152.86º54.55%69.8%-
HSV(B)152.86º38.18%86.27%-
XYZ44.1959.853.47-
YUV190.55123.1789.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.28%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=25.28%
G=40.89%
B=33.83%

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
Decimal1362201820.3800.170.14152.8654.5569.8
Hex88DCB626011E993746
Octal210334266460211623167106
Binary1000100011011100101101101001100100011110100110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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