#718FB0

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

Shades of Ship Cove #718FB0

Tints of Ship Cove #718FB0

Color information

#718FB0 (or 0x718FB0) is unknown color: approx Ship Cove. HEX triplet: 71, 8F and B0. RGB value is (113,143,176). Sum of RGB (Red+Green+Blue) = 113+143+176=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #718FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FB0 is #8E704F. Grayscale: #898989. Windows color (decimal): -9334864 or 11571057. OLE color: 11571057.

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

Color convert

RGB113143176-
CMYK0.360.1900.31
HSL211.43º28.51%56.67%-
HSV(B)211.43º35.8%69.02%-
XYZ24.4726.2944.86-
YUV137.79149.56110.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.16%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=26.16%
G=33.10%
B=40.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131431760.360.1900.31211.4328.5156.67
Hex718FB0241301Fd31d39
Octal16121726044230373233571
Binary11100011000111110110000100100100110111111101001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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