Html Css Color HEX #708DAE Ship Cove

📋 copy color: '#708DAE'

red 112 ◦ green 141 ◦ blue 174

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

Shades of Ship Cove #708DAE

Tints of Ship Cove #708DAE

RGB

 RED value IS 112 (44.14% from 255) = 26.23%

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 26.23%
G = 33.02%
B = 40.75%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#708DAE (or 0x708DAE) is known color: Ship Cove. HEX triplet: 70, 8D and AE. RGB value is (112,141,174). Sum of RGB (Red+Green+Blue) = 112+141+174=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #708DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DAE is #8F7251. Grayscale: #878787. Windows color (decimal): -9400914 or 11439472. OLE color: 11439472.

HSL color Cylindrical-coordinate representation of color #708DAE: hue angle of 211.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708DAE is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 141 174 -
CMYK 0.36 0.19 0 0.32
HSL 211.94º 0.28% 0.56% -
HSV(B) 211.94º 0.36% 0.68% -
XYZ 23.85 25.55 43.72 -
YUV 136.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 112 141 174 0.36 0.19 0 0.32 211.94 0.28 0.56
Hex 70 8D AE 24 13 0 20 D4 1C 38
Octal 160 215 256 44 23 0 40 324 34 70
Binary 1110000 10001101 10101110 100100 10011 0 100000 11010100 11100 111000

Color Harmonies of #708DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DAE

Black with #708DAE

Text Example


Text Example

White with #708DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708DAE; }

 p { color: rgb(112,141,174); }

 H1.HeaderClassName
 {
   color: #708DAE;
 }
 .AnyTagClassName
 {
   color: #708DAE;
 }
</style>

background-color css

<style>
 a { background-color: #708DAE; }

 a { background-color: rgb(112,141,174); }

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

border-color css

<style>
 span { border-color: #708DAE; }

 span { border-color: rgb(112,141,174); }

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