#718AAE

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

Shades of Ship Cove #718AAE

Tints of Ship Cove #718AAE

Color information

#718AAE (or 0x718AAE) is unknown color: approx Ship Cove. HEX triplet: 71, 8A and AE. RGB value is (113,138,174). Sum of RGB (Red+Green+Blue) = 113+138+174=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #718AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AAE is #8E7551. Grayscale: #868686. Windows color (decimal): -9336146 or 11438705. OLE color: 11438705.

HSL color Cylindrical-coordinate representation of color #718AAE: hue angle of 215.41º 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 #718AAE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113138174-
CMYK0.350.2100.32
HSL215.41º27.35%56.27%-
HSV(B)215.41º35.06%68.24%-
XYZ23.5424.7443.58-
YUV134.63150.22112.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.59%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=26.59%
G=32.47%
B=40.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131381740.350.2100.32215.4127.3556.27
Hex718AAE2315020d71b38
Octal16121225643250403273370
Binary111000110001010101011101000111010101000001101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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