#88DDA5

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

Shades of Vista Blue #88DDA5

Tints of Vista Blue #88DDA5

Color information

#88DDA5 (or 0x88DDA5) is unknown color: approx Vista Blue. HEX triplet: 88, DD and A5. RGB value is (136,221,165). Sum of RGB (Red+Green+Blue) = 136+221+165=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DDA5 is #77225A. Grayscale: #BDBDBD. Windows color (decimal): -7807579 or 10870152. OLE color: 10870152.

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

Color convert

RGB136221165-
CMYK0.3800.250.13
HSL140.47º55.56%70%-
HSV(B)140.47º38.46%86.67%-
XYZ42.859.6644.86-
YUV189.2114.3490.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.05%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=26.05%
G=42.34%
B=31.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211650.3800.250.13140.4755.5670
Hex88DDA526019D8c3846
Octal210335245460311521470106
Binary1000100011011101101001011001100110011101100011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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