Html Css Color HEX #708BAF Ship Cove

📋 copy color: '#708BAF'

red 112 ◦ green 139 ◦ blue 175

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

Shades of Ship Cove #708BAF

Tints of Ship Cove #708BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.63%

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

R = 26.29%
G = 32.63%
B = 41.08%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#708BAF (or 0x708BAF) is known color: Ship Cove. HEX triplet: 70, 8B and AF. RGB value is (112,139,175). Sum of RGB (Red+Green+Blue) = 112+139+175=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #708BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BAF is #8F7450. Grayscale: #868686. Windows color (decimal): -9401425 or 11504496. OLE color: 11504496.

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

Color convert

RGB 112 139 175 -
CMYK 0.36 0.21 0 0.31
HSL 214.29º 0.28% 0.56% -
HSV(B) 214.29º 0.36% 0.69% -
XYZ 23.65 25.01 44.14 -
YUV 135.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 112 139 175 0.36 0.21 0 0.31 214.29 0.28 0.56
Hex 70 8B AF 24 15 0 1F D6 1C 38
Octal 160 213 257 44 25 0 37 326 34 70
Binary 1110000 10001011 10101111 100100 10101 0 11111 11010110 11100 111000

Color Harmonies of #708BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BAF

Black with #708BAF

Text Example


Text Example

White with #708BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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