#718FB4

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

Shades of Ship Cove #718FB4

Tints of Ship Cove #718FB4

Color information

#718FB4 (or 0x718FB4) is unknown color: approx Ship Cove. HEX triplet: 71, 8F and B4. RGB value is (113,143,180). Sum of RGB (Red+Green+Blue) = 113+143+180=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #718FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FB4 is #8E704B. Grayscale: #8A8A8A. Windows color (decimal): -9334860 or 11833201. OLE color: 11833201.

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

Color convert

RGB113143180-
CMYK0.370.2100.29
HSL213.13º30.88%57.45%-
HSV(B)213.13º37.22%70.59%-
XYZ24.8726.4546.97-
YUV138.25151.56109.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=25.92%
G=32.80%
B=41.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131431800.370.2100.29213.1330.8857.45
Hex718FB4251501Dd51f39
Octal16121726445250353253771
Binary11100011000111110110100100101101010111011101010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,143,180); }

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

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

 a { background-color: rgb(113,143,180); }

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

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

 span { border-color: rgb(113,143,180); }

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