Html Css Color HEX #8894AA Ship Cove

📋 copy color: '#8894AA'

red 136 ◦ green 148 ◦ blue 170

#8894AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #8894AA

Tints of Ship Cove #8894AA

RGB

 RED value IS 136 (53.52% from 255) = 29.96%

 GREEN value IS 148 (58.2% from 255) = 32.6%

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 29.96%
G = 32.6%
B = 37.44%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8894AA (or 0x8894AA) is known color: Ship Cove. HEX triplet: 88, 94 and AA. RGB value is (136,148,170). Sum of RGB (Red+Green+Blue) = 136+148+170=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #8894AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8894AA is #776B55. Grayscale: #929292. Windows color (decimal): -7826262 or 11179144. OLE color: 11179144.

HSL color Cylindrical-coordinate representation of color #8894AA: hue angle of 218.82º 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 #8894AA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 148 170 -
CMYK 0.20 0.13 0 0.33
HSL 218.82º 0.17% 0.6% -
HSV(B) 218.82º 0.2% 0.67% -
XYZ 28 29.32 42.21 -
YUV 146.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 136 148 170 0.20 0.13 0 0.33 218.82 0.17 0.6
Hex 88 94 AA 14 D 0 21 DB 11 3C
Octal 210 224 252 24 15 0 41 333 21 74
Binary 10001000 10010100 10101010 10100 1101 0 100001 11011011 10001 111100

Color Harmonies of #8894AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8894AA

Black with #8894AA

Text Example


Text Example

White with #8894AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8894AA;
 }
 .AnyTagClassName
 {
   color: #8894AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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