Html Css Color HEX #708AAE Ship Cove

📋 copy color: '#708AAE'

red 112 ◦ green 138 ◦ blue 174

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

Shades of Ship Cove #708AAE

Tints of Ship Cove #708AAE

RGB

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

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

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

R = 26.42%
G = 32.55%
B = 41.04%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#708AAE (or 0x708AAE) is known color: Ship Cove. HEX triplet: 70, 8A and AE. RGB value is (112,138,174). Sum of RGB (Red+Green+Blue) = 112+138+174=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #708AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AAE is #8F7551. Grayscale: #868686. Windows color (decimal): -9401682 or 11438704. OLE color: 11438704.

HSL color Cylindrical-coordinate representation of color #708AAE: hue angle of 214.84º 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 #708AAE is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 138 174 -
CMYK 0.36 0.21 0 0.32
HSL 214.84º 0.28% 0.56% -
HSV(B) 214.84º 0.36% 0.68% -
XYZ 23.41 24.68 43.57 -
YUV 134.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 112 138 174 0.36 0.21 0 0.32 214.84 0.28 0.56
Hex 70 8A AE 24 15 0 20 D7 1C 38
Octal 160 212 256 44 25 0 40 327 34 70
Binary 1110000 10001010 10101110 100100 10101 0 100000 11010111 11100 111000

Color Harmonies of #708AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AAE

Black with #708AAE

Text Example


Text Example

White with #708AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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