#718DB5

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

Shades of Ship Cove #718DB5

Tints of Ship Cove #718DB5

Color information

#718DB5 (or 0x718DB5) is unknown color: approx Ship Cove. HEX triplet: 71, 8D and B5. RGB value is (113,141,181). Sum of RGB (Red+Green+Blue) = 113+141+181=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #718DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DB5 is #8E724A. Grayscale: #898989. Windows color (decimal): -9335371 or 11898225. OLE color: 11898225.

HSL color Cylindrical-coordinate representation of color #718DB5: hue angle of 215.29º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #718DB5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB113141181-
CMYK0.380.2200.29
HSL215.29º31.48%57.65%-
HSV(B)215.29º37.57%70.98%-
XYZ24.6825.947.41-
YUV137.19152.72110.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=25.98%
G=32.41%
B=41.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131411810.380.2200.29215.2931.4857.65
Hex718DB5261601Dd71f3a
Octal16121526546260353273772
Binary11100011000110110110101100110101100111011101011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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