Html Css Color HEX #708EAF Ship Cove

📋 copy color: '#708EAF'

red 112 ◦ green 142 ◦ blue 175

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

Shades of Ship Cove #708EAF

Tints of Ship Cove #708EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 26.11%
G = 33.1%
B = 40.79%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#708EAF (or 0x708EAF) is known color: Ship Cove. HEX triplet: 70, 8E and AF. RGB value is (112,142,175). Sum of RGB (Red+Green+Blue) = 112+142+175=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #708EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EAF is #8F7150. Grayscale: #888888. Windows color (decimal): -9400657 or 11505264. OLE color: 11505264.

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

Color convert

RGB 112 142 175 -
CMYK 0.36 0.19 0 0.31
HSL 211.43º 0.28% 0.56% -
HSV(B) 211.43º 0.36% 0.69% -
XYZ 24.09 25.89 44.28 -
YUV 136.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 112 142 175 0.36 0.19 0 0.31 211.43 0.28 0.56
Hex 70 8E AF 24 13 0 1F D3 1C 38
Octal 160 216 257 44 23 0 37 323 34 70
Binary 1110000 10001110 10101111 100100 10011 0 11111 11010011 11100 111000

Color Harmonies of #708EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EAF

Black with #708EAF

Text Example


Text Example

White with #708EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,142,175); }

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

background-color css

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

 a { background-color: rgb(112,142,175); }

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

border-color css

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

 span { border-color: rgb(112,142,175); }

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