#718CAE

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

Shades of Ship Cove #718CAE

Tints of Ship Cove #718CAE

Color information

#718CAE (or 0x718CAE) is unknown color: approx Ship Cove. HEX triplet: 71, 8C and AE. RGB value is (113,140,174). Sum of RGB (Red+Green+Blue) = 113+140+174=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #718CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CAE is #8E7351. Grayscale: #878787. Windows color (decimal): -9335634 or 11439217. OLE color: 11439217.

HSL color Cylindrical-coordinate representation of color #718CAE: hue angle of 213.44º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718CAE is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113140174-
CMYK0.350.2000.32
HSL213.44º27.35%56.27%-
HSV(B)213.44º35.06%68.24%-
XYZ23.8325.3243.68-
YUV135.8149.55111.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=26.46%
G=32.79%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131401740.350.2000.32213.4427.3556.27
Hex718CAE2314020d51b38
Octal16121425643240403253370
Binary111000110001100101011101000111010001000001101010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,140,174); }

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

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

 a { background-color: rgb(113,140,174); }

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

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

 span { border-color: rgb(113,140,174); }

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