#88DBA5

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

Shades of Vista Blue #88DBA5

Tints of Vista Blue #88DBA5

Color information

#88DBA5 (or 0x88DBA5) is unknown color: approx Vista Blue. HEX triplet: 88, DB and A5. RGB value is (136,219,165). Sum of RGB (Red+Green+Blue) = 136+219+165=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBA5 is #77245A. Grayscale: #BCBCBC. Windows color (decimal): -7808091 or 10869640. OLE color: 10869640.

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

Color convert

RGB136219165-
CMYK0.3800.250.14
HSL140.96º53.55%69.61%-
HSV(B)140.96º37.9%85.88%-
XYZ42.2858.6144.68-
YUV188.0311590.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.15%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=26.15%
G=42.12%
B=31.73%

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
Decimal1362191650.3800.250.14140.9653.5569.61
Hex88DBA526019E8d3646
Octal210333245460311621566106
Binary1000100011011011101001011001100110011110100011011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,219,165); }

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

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

 a { background-color: rgb(136,219,165); }

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

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

 span { border-color: rgb(136,219,165); }

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