#718BAA

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

Shades of Ship Cove #718BAA

Tints of Ship Cove #718BAA

Color information

#718BAA (or 0x718BAA) is unknown color: approx Ship Cove. HEX triplet: 71, 8B and AA. RGB value is (113,139,170). Sum of RGB (Red+Green+Blue) = 113+139+170=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #718BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718BAA is #8E7455. Grayscale: #868686. Windows color (decimal): -9335894 or 11176817. OLE color: 11176817.

HSL color Cylindrical-coordinate representation of color #718BAA: hue angle of 212.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718BAA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113139170-
CMYK0.340.1800.33
HSL212.63º25.11%55.49%-
HSV(B)212.63º33.53%66.67%-
XYZ23.324.8841.6-
YUV134.76147.89112.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=26.78%
G=32.94%
B=40.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131391700.340.1800.33212.6325.1155.49
Hex718BAA2212021d51937
Octal16121325242220413253167
Binary111000110001011101010101000101001001000011101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718BAA; }

 p { color: rgb(113,139,170); }

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

<style>
 a { background-color: #718BAA; }

 a { background-color: rgb(113,139,170); }

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

<style>
 span { border-color: #718BAA; }

 span { border-color: rgb(113,139,170); }

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