#718DAE

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

Shades of Ship Cove #718DAE

Tints of Ship Cove #718DAE

Color information

#718DAE (or 0x718DAE) is unknown color: approx Ship Cove. HEX triplet: 71, 8D and AE. RGB value is (113,141,174). Sum of RGB (Red+Green+Blue) = 113+141+174=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #718DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DAE is #8E7251. Grayscale: #888888. Windows color (decimal): -9335378 or 11439473. OLE color: 11439473.

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

Color convert

RGB113141174-
CMYK0.350.1900.32
HSL212.46º27.35%56.27%-
HSV(B)212.46º35.06%68.24%-
XYZ23.9725.6243.73-
YUV136.39149.22111.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.40%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=26.40%
G=32.94%
B=40.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131411740.350.1900.32212.4627.3556.27
Hex718DAE2313020d41b38
Octal16121525643230403243370
Binary111000110001101101011101000111001101000001101010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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