Html Css Color HEX #718AAE Ship Cove

📋 copy color: '#718AAE'

red 113 ◦ green 138 ◦ blue 174

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

Shades of Ship Cove #718AAE

Tints of Ship Cove #718AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

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

R = 26.59%
G = 32.47%
B = 40.94%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#718AAE (or 0x718AAE) is known color: Ship Cove. HEX triplet: 71, 8A and AE. RGB value is (113,138,174). Sum of RGB (Red+Green+Blue) = 113+138+174=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #718AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AAE is #8E7551. Grayscale: #868686. Windows color (decimal): -9336146 or 11438705. OLE color: 11438705.

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

Color convert

RGB 113 138 174 -
CMYK 0.35 0.21 0 0.32
HSL 215.41º 0.27% 0.56% -
HSV(B) 215.41º 0.35% 0.68% -
XYZ 23.54 24.74 43.58 -
YUV 134.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 113 138 174 0.35 0.21 0 0.32 215.41 0.27 0.56
Hex 71 8A AE 23 15 0 20 D7 1B 38
Octal 161 212 256 43 25 0 40 327 33 70
Binary 1110001 10001010 10101110 100011 10101 0 100000 11010111 11011 111000

Color Harmonies of #718AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AAE

Black with #718AAE

Text Example


Text Example

White with #718AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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