Html Css Color HEX #718CAB Ship Cove

📋 copy color: '#718CAB'

red 113 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #718CAB

Tints of Ship Cove #718CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 26.65%
G = 33.02%
B = 40.33%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#718CAB (or 0x718CAB) is known color: Ship Cove. HEX triplet: 71, 8C and AB. RGB value is (113,140,171). Sum of RGB (Red+Green+Blue) = 113+140+171=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #718CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CAB is #8E7354. Grayscale: #878787. Windows color (decimal): -9335637 or 11242609. OLE color: 11242609.

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

Color convert

RGB 113 140 171 -
CMYK 0.34 0.18 0 0.33
HSL 212.07º 0.26% 0.56% -
HSV(B) 212.07º 0.34% 0.67% -
XYZ 23.54 25.21 42.15 -
YUV 135.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 113 140 171 0.34 0.18 0 0.33 212.07 0.26 0.56
Hex 71 8C AB 22 12 0 21 D4 1A 38
Octal 161 214 253 42 22 0 41 324 32 70
Binary 1110001 10001100 10101011 100010 10010 0 100001 11010100 11010 111000

Color Harmonies of #718CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CAB

Black with #718CAB

Text Example


Text Example

White with #718CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,140,171); }

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

background-color css

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

 a { background-color: rgb(113,140,171); }

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

border-color css

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

 span { border-color: rgb(113,140,171); }

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