#88DFA4

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

Shades of Vista Blue #88DFA4

Tints of Vista Blue #88DFA4

Color information

#88DFA4 (or 0x88DFA4) is unknown color: approx Vista Blue. HEX triplet: 88, DF and A4. RGB value is (136,223,164). Sum of RGB (Red+Green+Blue) = 136+223+164=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DFA4 is #77205B. Grayscale: #BEBEBE. Windows color (decimal): -7807068 or 10805128. OLE color: 10805128.

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

Color convert

RGB136223164-
CMYK0.3900.260.13
HSL139.31º57.62%70.39%-
HSV(B)139.31º39.01%87.45%-
XYZ43.2460.6944.56-
YUV190.26113.1889.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=26.00%
G=42.64%
B=31.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362231640.3900.260.13139.3157.6270.39
Hex88DFA42701AD8b3a46
Octal210337244470321521372106
Binary1000100011011111101001001001110110101101100010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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