#8894AB

Color #8894AB Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #8894AB

Tints of Ship Cove #8894AB

Color information

#8894AB (or 0x8894AB) is unknown color: approx Ship Cove. HEX triplet: 88, 94 and AB. RGB value is (136,148,171). Sum of RGB (Red+Green+Blue) = 136+148+171=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #8894AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8894AB is #776B54. Grayscale: #929292. Windows color (decimal): -7826261 or 11244680. OLE color: 11244680.

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

Color convert

RGB136148171-
CMYK0.200.1300.33
HSL219.43º17.24%60.2%-
HSV(B)219.43º20.47%67.06%-
XYZ28.0929.3542.71-
YUV147.03141.52120.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=29.89%
G=32.53%
B=37.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361481710.200.1300.33219.4317.2460.2
Hex8894AB14D021db113c
Octal21022425324150413332174
Binary10001000100101001010101110100110101000011101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8894AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8894AB; }

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

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

<style>
 a { background-color: #8894AB; }

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

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

<style>
 span { border-color: #8894AB; }

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

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