#718DAD

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

Shades of Ship Cove #718DAD

Tints of Ship Cove #718DAD

Color information

#718DAD (or 0x718DAD) is unknown color: approx Ship Cove. HEX triplet: 71, 8D and AD. RGB value is (113,141,173). Sum of RGB (Red+Green+Blue) = 113+141+173=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #718DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DAD is #8E7252. Grayscale: #888888. Windows color (decimal): -9335379 or 11373937. OLE color: 11373937.

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

Color convert

RGB113141173-
CMYK0.350.1800.32
HSL212º26.79%56.08%-
HSV(B)212º34.68%67.84%-
XYZ23.8825.5843.21-
YUV136.28148.72111.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=26.46%
G=33.02%
B=40.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131411730.350.1800.3221226.7956.08
Hex718DAD2312020d41b38
Octal16121525543220403243370
Binary111000110001101101011011000111001001000001101010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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