#88DDAF

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

Shades of Vista Blue #88DDAF

Tints of Vista Blue #88DDAF

Color information

#88DDAF (or 0x88DDAF) is unknown color: approx Vista Blue. HEX triplet: 88, DD and AF. RGB value is (136,221,175). Sum of RGB (Red+Green+Blue) = 136+221+175=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DDAF is #772250. Grayscale: #BEBEBE. Windows color (decimal): -7807569 or 11525512. OLE color: 11525512.

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

Color convert

RGB136221175-
CMYK0.3800.210.13
HSL147.53º55.56%70%-
HSV(B)147.53º38.46%86.67%-
XYZ43.7560.0449.84-
YUV190.34119.3489.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.56%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=25.56%
G=41.54%
B=32.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211750.3800.210.13147.5355.5670
Hex88DDAF26015D943846
Octal210335257460251522470106
Binary1000100011011101101011111001100101011101100101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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