Html Css Color HEX #718AAA Ship Cove

📋 copy color: '#718AAA'

red 113 ◦ green 138 ◦ blue 170

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

Shades of Ship Cove #718AAA

Tints of Ship Cove #718AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 26.84%
G = 32.78%
B = 40.38%

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

#718AAA (or 0x718AAA) is known color: Ship Cove. HEX triplet: 71, 8A and AA. RGB value is (113,138,170). Sum of RGB (Red+Green+Blue) = 113+138+170=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #718AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AAA is #8E7555. Grayscale: #868686. Windows color (decimal): -9336150 or 11176561. OLE color: 11176561.

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

Color convert

RGB 113 138 170 -
CMYK 0.34 0.19 0 0.33
HSL 213.68º 0.25% 0.55% -
HSV(B) 213.68º 0.34% 0.67% -
XYZ 23.15 24.59 41.56 -
YUV 134.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 113 138 170 0.34 0.19 0 0.33 213.68 0.25 0.55
Hex 71 8A AA 22 13 0 21 D6 19 37
Octal 161 212 252 42 23 0 41 326 31 67
Binary 1110001 10001010 10101010 100010 10011 0 100001 11010110 11001 110111

Color Harmonies of #718AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AAA

Black with #718AAA

Text Example


Text Example

White with #718AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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