#7088AD

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

Shades of Ship Cove #7088AD

Tints of Ship Cove #7088AD

Color information

#7088AD (or 0x7088AD) is unknown color: approx Ship Cove. HEX triplet: 70, 88 and AD. RGB value is (112,136,173). Sum of RGB (Red+Green+Blue) = 112+136+173=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #7088AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7088AD is #8F7752. Grayscale: #848484. Windows color (decimal): -9402195 or 11372656. OLE color: 11372656.

HSL color Cylindrical-coordinate representation of color #7088AD: hue angle of 216.39º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7088AD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112136173-
CMYK0.350.2100.32
HSL216.39º27.11%55.88%-
HSV(B)216.39º35.26%67.84%-
XYZ23.0324.0742.97-
YUV133.04150.55112.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=26.60%
G=32.30%
B=41.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121361730.350.2100.32216.3927.1155.88
Hex7088AD2315020d81b38
Octal16021025543250403303370
Binary111000010001000101011011000111010101000001101100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7088AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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