#88e0a8

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

Shades of Vista Blue #88E0A8

Tints of Vista Blue #88E0A8

Color information

#88E0A8 (or 0x88E0A8) is unknown color: approx Vista Blue. HEX triplet: 88, E0 and A8. RGB value is (136,224,168). Sum of RGB (Red+Green+Blue) = 136+224+168=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #88E0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88E0A8 is #771F57. Grayscale: #BFBFBF. Windows color (decimal): -7806808 or 11067528. OLE color: 11067528.

HSL color Cylindrical-coordinate representation of color #88E0A8: hue angle of 141.82º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88E0A8 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB136224168-
CMYK0.3900.250.12
HSL141.82º58.67%70.59%-
HSV(B)141.82º39.29%87.84%-
XYZ43.8861.3746.58-
YUV191.3114.8588.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.76%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=25.76%
G=42.42%
B=31.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362241680.3900.250.12141.8258.6770.59
Hex88E0A827019C8e3b47
Octal210340250470311421673107
Binary1000100011100000101010001001110110011100100011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88e0a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,224,168); }

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

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

 a { background-color: rgb(136,224,168); }

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

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

 span { border-color: rgb(136,224,168); }

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