#7088AC

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

Shades of Ship Cove #7088AC

Tints of Ship Cove #7088AC

Color information

#7088AC (or 0x7088AC) is unknown color: approx Ship Cove. HEX triplet: 70, 88 and AC. RGB value is (112,136,172). Sum of RGB (Red+Green+Blue) = 112+136+172=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #7088AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7088AC is #8F7753. Grayscale: #848484. Windows color (decimal): -9402196 or 11307120. OLE color: 11307120.

HSL color Cylindrical-coordinate representation of color #7088AC: hue angle of 216º 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 #7088AC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112136172-
CMYK0.350.2100.33
HSL216º26.55%55.69%-
HSV(B)216º34.88%67.45%-
XYZ22.9324.0342.46-
YUV132.93150.05113.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.67%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=26.67%
G=32.38%
B=40.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121361720.350.2100.3321626.5555.69
Hex7088AC2315021d81b38
Octal16021025443250413303370
Binary111000010001000101011001000111010101000011101100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7088AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7088AC; }

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

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

<style>
 a { background-color: #7088AC; }

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

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

<style>
 span { border-color: #7088AC; }

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

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