Html Css Color HEX #718BAB Ship Cove

📋 copy color: '#718BAB'

red 113 ◦ green 139 ◦ blue 171

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

Shades of Ship Cove #718BAB

Tints of Ship Cove #718BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.86%

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

R = 26.71%
G = 32.86%
B = 40.43%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#718BAB (or 0x718BAB) is known color: Ship Cove. HEX triplet: 71, 8B and AB. RGB value is (113,139,171). Sum of RGB (Red+Green+Blue) = 113+139+171=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #718BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718BAB is #8E7454. Grayscale: #868686. Windows color (decimal): -9335893 or 11242353. OLE color: 11242353.

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

Color convert

RGB 113 139 171 -
CMYK 0.34 0.19 0 0.33
HSL 213.1º 0.26% 0.56% -
HSV(B) 213.1º 0.34% 0.67% -
XYZ 23.39 24.92 42.1 -
YUV 134.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 113 139 171 0.34 0.19 0 0.33 213.1 0.26 0.56
Hex 71 8B AB 22 13 0 21 D5 1A 38
Octal 161 213 253 42 23 0 41 325 32 70
Binary 1110001 10001011 10101011 100010 10011 0 100001 11010101 11010 111000

Color Harmonies of #718BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BAB

Black with #718BAB

Text Example


Text Example

White with #718BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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