#88DFAA

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

Shades of Vista Blue #88DFAA

Tints of Vista Blue #88DFAA

Color information

#88DFAA (or 0x88DFAA) is unknown color: approx Vista Blue. HEX triplet: 88, DF and AA. RGB value is (136,223,170). Sum of RGB (Red+Green+Blue) = 136+223+170=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DFAA is #772055. Grayscale: #BFBFBF. Windows color (decimal): -7807062 or 11198344. OLE color: 11198344.

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

Color convert

RGB136223170-
CMYK0.3900.240.13
HSL143.45º57.62%70.39%-
HSV(B)143.45º39.01%87.45%-
XYZ43.860.9147.48-
YUV190.94116.1888.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.71%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=25.71%
G=42.16%
B=32.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362231700.3900.240.13143.4557.6270.39
Hex88DFAA27018D8f3a46
Octal210337252470301521772106
Binary1000100011011111101010101001110110001101100011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,223,170); }

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

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

 a { background-color: rgb(136,223,170); }

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

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

 span { border-color: rgb(136,223,170); }

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