Html Css Color HEX #718DAD Ship Cove

📋 copy color: '#718DAD'

red 113 ◦ green 141 ◦ blue 173

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

Shades of Ship Cove #718DAD

Tints of Ship Cove #718DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 26.46%
G = 33.02%
B = 40.52%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#718DAD (or 0x718DAD) is known color: Ship Cove. HEX triplet: 71, 8D and AD. RGB value is (113,141,173). Sum of RGB (Red+Green+Blue) = 113+141+173=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #718DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DAD is #8E7252. Grayscale: #888888. Windows color (decimal): -9335379 or 11373937. OLE color: 11373937.

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

Color convert

RGB 113 141 173 -
CMYK 0.35 0.18 0 0.32
HSL 212º 0.27% 0.56% -
HSV(B) 212º 0.35% 0.68% -
XYZ 23.88 25.58 43.21 -
YUV 136.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 113 141 173 0.35 0.18 0 0.32 212 0.27 0.56
Hex 71 8D AD 23 12 0 20 D4 1B 38
Octal 161 215 255 43 22 0 40 324 33 70
Binary 1110001 10001101 10101101 100011 10010 0 100000 11010100 11011 111000

Color Harmonies of #718DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DAD

Black with #718DAD

Text Example


Text Example

White with #718DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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