Html Css Color HEX #718AAC Ship Cove

📋 copy color: '#718AAC'

red 113 ◦ green 138 ◦ blue 172

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

Shades of Ship Cove #718AAC

Tints of Ship Cove #718AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 26.71%
G = 32.62%
B = 40.66%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#718AAC (or 0x718AAC) is known color: Ship Cove. HEX triplet: 71, 8A and AC. RGB value is (113,138,172). Sum of RGB (Red+Green+Blue) = 113+138+172=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #718AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AAC is #8E7553. Grayscale: #868686. Windows color (decimal): -9336148 or 11307633. OLE color: 11307633.

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

Color convert

RGB 113 138 172 -
CMYK 0.34 0.20 0 0.33
HSL 214.58º 0.26% 0.56% -
HSV(B) 214.58º 0.34% 0.67% -
XYZ 23.34 24.67 42.56 -
YUV 134.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 113 138 172 0.34 0.20 0 0.33 214.58 0.26 0.56
Hex 71 8A AC 22 14 0 21 D7 1A 38
Octal 161 212 254 42 24 0 41 327 32 70
Binary 1110001 10001010 10101100 100010 10100 0 100001 11010111 11010 111000

Color Harmonies of #718AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AAC

Black with #718AAC

Text Example


Text Example

White with #718AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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