#708BAC

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

Shades of Ship Cove #708BAC

Tints of Ship Cove #708BAC

Color information

#708BAC (or 0x708BAC) is unknown color: approx Ship Cove. HEX triplet: 70, 8B and AC. RGB value is (112,139,172). Sum of RGB (Red+Green+Blue) = 112+139+172=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #708BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BAC is #8F7453. Grayscale: #868686. Windows color (decimal): -9401428 or 11307888. OLE color: 11307888.

HSL color Cylindrical-coordinate representation of color #708BAC: hue angle of 213º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708BAC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112139172-
CMYK0.350.1900.33
HSL213º26.55%55.69%-
HSV(B)213º34.88%67.45%-
XYZ23.3624.8942.6-
YUV134.69149.05111.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=26.48%
G=32.86%
B=40.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121391720.350.1900.3321326.5555.69
Hex708BAC2313021d51b38
Octal16021325443230413253370
Binary111000010001011101011001000111001101000011101010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,139,172); }

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

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

 a { background-color: rgb(112,139,172); }

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

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

 span { border-color: rgb(112,139,172); }

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