#88D6AB

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

Shades of Vista Blue #88D6AB

Tints of Vista Blue #88D6AB

Color information

#88D6AB (or 0x88D6AB) is unknown color: approx Vista Blue. HEX triplet: 88, D6 and AB. RGB value is (136,214,171). Sum of RGB (Red+Green+Blue) = 136+214+171=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #88D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D6AB is #772954. Grayscale: #B9B9B9. Windows color (decimal): -7809365 or 11261576. OLE color: 11261576.

HSL color Cylindrical-coordinate representation of color #88D6AB: hue angle of 146.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D6AB is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB136214171-
CMYK0.3600.200.16
HSL146.92º48.75%68.63%-
HSV(B)146.92º36.45%83.92%-
XYZ41.5556.2747.2-
YUV185.78119.6692.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.10%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=26.10%
G=41.07%
B=32.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362141710.3600.200.16146.9248.7568.63
Hex88D6AB2401410933145
Octal210326253440242022361105
Binary10001000110101101010101110010001010010000100100111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,214,171); }

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

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

 a { background-color: rgb(136,214,171); }

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

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

 span { border-color: rgb(136,214,171); }

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