#718AAC

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

Shades of Ship Cove #718AAC

Tints of Ship Cove #718AAC

Color information

#718AAC (or 0x718AAC) is unknown color: approx Ship Cove. HEX triplet: 71, 8A and AC. RGB value is (113,138,172). Sum of RGB (Red+Green+Blue) = 113+138+172=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #718AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AAC is #8E7553. Grayscale: #868686. Windows color (decimal): -9336148 or 11307633. OLE color: 11307633.

HSL color Cylindrical-coordinate representation of color #718AAC: hue angle of 214.58º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718AAC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113138172-
CMYK0.340.2000.33
HSL214.58º26.22%55.88%-
HSV(B)214.58º34.3%67.45%-
XYZ23.3424.6742.56-
YUV134.4149.22112.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=26.71%
G=32.62%
B=40.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131381720.340.2000.33214.5826.2255.88
Hex718AAC2214021d71a38
Octal16121225442240413273270
Binary111000110001010101011001000101010001000011101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718AAC; }

 p { color: rgb(113,138,172); }

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

<style>
 a { background-color: #718AAC; }

 a { background-color: rgb(113,138,172); }

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

<style>
 span { border-color: #718AAC; }

 span { border-color: rgb(113,138,172); }

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