#8688AA

Color #8688AA Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8688AA

Tints of Manatee #8688AA

Color information

#8688AA (or 0x8688AA) is unknown color: approx Manatee. HEX triplet: 86, 88 and AA. RGB value is (134,136,170). Sum of RGB (Red+Green+Blue) = 134+136+170=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #8688AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8688AA is #797755. Grayscale: #8B8B8B. Windows color (decimal): -7960406 or 11176070. OLE color: 11176070.

HSL color Cylindrical-coordinate representation of color #8688AA: hue angle of 236.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8688AA is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134136170-
CMYK0.210.2000.33
HSL236.67º17.48%59.61%-
HSV(B)236.67º21.18%66.67%-
XYZ25.8925.5841.6-
YUV139.28145.34124.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=30.45%
G=30.91%
B=38.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341361700.210.2000.33236.6717.4859.61
Hex8688AA1514021ed113c
Octal20621025225240413552174
Binary100001101000100010101010101011010001000011110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8688AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8688AA; }

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

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

<style>
 a { background-color: #8688AA; }

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

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

<style>
 span { border-color: #8688AA; }

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

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