#708DAE

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

Shades of Ship Cove #708DAE

Tints of Ship Cove #708DAE

Color information

#708DAE (or 0x708DAE) is unknown color: approx Ship Cove. HEX triplet: 70, 8D and AE. RGB value is (112,141,174). Sum of RGB (Red+Green+Blue) = 112+141+174=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #708DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DAE is #8F7251. Grayscale: #878787. Windows color (decimal): -9400914 or 11439472. OLE color: 11439472.

HSL color Cylindrical-coordinate representation of color #708DAE: hue angle of 211.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708DAE is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112141174-
CMYK0.360.1900.32
HSL211.94º27.68%56.08%-
HSV(B)211.94º35.63%68.24%-
XYZ23.8525.5543.72-
YUV136.09149.39110.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=26.23%
G=33.02%
B=40.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121411740.360.1900.32211.9427.6856.08
Hex708DAE2413020d41c38
Octal16021525644230403243470
Binary111000010001101101011101001001001101000001101010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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