#88FAB4

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

Shades of Vista Blue #88FAB4

Tints of Vista Blue #88FAB4

Color information

#88FAB4 (or 0x88FAB4) is unknown color: approx Vista Blue. HEX triplet: 88, FA and B4. RGB value is (136,250,180). Sum of RGB (Red+Green+Blue) = 136+250+180=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FAB4 is #77054B. Grayscale: #D0D0D0. Windows color (decimal): -7800140 or 11860616. OLE color: 11860616.

HSL color Cylindrical-coordinate representation of color #88FAB4: hue angle of 143.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FAB4 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB136250180-
CMYK0.4600.280.02
HSL143.16º91.94%75.69%-
HSV(B)143.16º45.6%98.04%-
XYZ52.5876.955.25-
YUV207.93112.2376.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.03%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=24.03%
G=44.17%
B=31.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362501800.4600.280.02143.1691.9475.69
Hex88FAB42E01C28f5c4c
Octal210372264560342217134114
Binary100010001111101010110100101110011100101000111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,250,180); }

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

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

 a { background-color: rgb(136,250,180); }

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

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

 span { border-color: rgb(136,250,180); }

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