#708AAE

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

Shades of Ship Cove #708AAE

Tints of Ship Cove #708AAE

Color information

#708AAE (or 0x708AAE) is unknown color: approx Ship Cove. HEX triplet: 70, 8A and AE. RGB value is (112,138,174). Sum of RGB (Red+Green+Blue) = 112+138+174=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #708AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AAE is #8F7551. Grayscale: #868686. Windows color (decimal): -9401682 or 11438704. OLE color: 11438704.

HSL color Cylindrical-coordinate representation of color #708AAE: hue angle of 214.84º 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 #708AAE is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112138174-
CMYK0.360.2100.32
HSL214.84º27.68%56.08%-
HSV(B)214.84º35.63%68.24%-
XYZ23.4124.6843.57-
YUV134.33150.39112.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=26.42%
G=32.55%
B=41.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121381740.360.2100.32214.8427.6856.08
Hex708AAE2415020d71c38
Octal16021225644250403273470
Binary111000010001010101011101001001010101000001101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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