Html Css Color HEX #718DAE Ship Cove

📋 copy color: '#718DAE'

red 113 ◦ green 141 ◦ blue 174

#718DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #718DAE

Tints of Ship Cove #718DAE

RGB

 RED value IS 113 (44.53% from 255) = 26.4%

 GREEN value IS 141 (55.47% from 255) = 32.94%

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 26.4%
G = 32.94%
B = 40.65%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#718DAE (or 0x718DAE) is known color: Ship Cove. HEX triplet: 71, 8D and AE. RGB value is (113,141,174). Sum of RGB (Red+Green+Blue) = 113+141+174=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #718DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DAE is #8E7251. Grayscale: #888888. Windows color (decimal): -9335378 or 11439473. OLE color: 11439473.

HSL color Cylindrical-coordinate representation of color #718DAE: hue angle of 212.46º 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 #718DAE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 141 174 -
CMYK 0.35 0.19 0 0.32
HSL 212.46º 0.27% 0.56% -
HSV(B) 212.46º 0.35% 0.68% -
XYZ 23.97 25.62 43.73 -
YUV 136.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 113 141 174 0.35 0.19 0 0.32 212.46 0.27 0.56
Hex 71 8D AE 23 13 0 20 D4 1B 38
Octal 161 215 256 43 23 0 40 324 33 70
Binary 1110001 10001101 10101110 100011 10011 0 100000 11010100 11011 111000

Color Harmonies of #718DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DAE

Black with #718DAE

Text Example


Text Example

White with #718DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,174); }

 H1.HeaderClassName
 {
   color: #718DAE;
 }
 .AnyTagClassName
 {
   color: #718DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(113,141,174); }

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

border-color css

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

 span { border-color: rgb(113,141,174); }

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