Html Css Color HEX #708DB6 Ship Cove

📋 copy color: '#708DB6'

red 112 ◦ green 141 ◦ blue 182

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

Shades of Ship Cove #708DB6

Tints of Ship Cove #708DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.84%

R = 25.75%
G = 32.41%
B = 41.84%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#708DB6 (or 0x708DB6) is known color: Ship Cove. HEX triplet: 70, 8D and B6. RGB value is (112,141,182). Sum of RGB (Red+Green+Blue) = 112+141+182=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #708DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DB6 is #8F7249. Grayscale: #888888. Windows color (decimal): -9400906 or 11963760. OLE color: 11963760.

HSL color Cylindrical-coordinate representation of color #708DB6: hue angle of 215.14º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708DB6 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 141 182 -
CMYK 0.38 0.23 0 0.29
HSL 215.14º 0.32% 0.58% -
HSV(B) 215.14º 0.38% 0.71% -
XYZ 24.65 25.87 47.95 -
YUV 137 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 112 141 182 0.38 0.23 0 0.29 215.14 0.32 0.58
Hex 70 8D B6 26 17 0 1D D7 20 3A
Octal 160 215 266 46 27 0 35 327 40 72
Binary 1110000 10001101 10110110 100110 10111 0 11101 11010111 100000 111010

Color Harmonies of #708DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DB6

Black with #708DB6

Text Example


Text Example

White with #708DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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