Html Css Color HEX #708FB4 Ship Cove

📋 copy color: '#708FB4'

red 112 ◦ green 143 ◦ blue 180

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

Shades of Ship Cove #708FB4

Tints of Ship Cove #708FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.87%

 BLUE value IS 180 (70.7% from 255) = 41.38%

R = 25.75%
G = 32.87%
B = 41.38%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#708FB4 (or 0x708FB4) is known color: Ship Cove. HEX triplet: 70, 8F and B4. RGB value is (112,143,180). Sum of RGB (Red+Green+Blue) = 112+143+180=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #708FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FB4 is #8F704B. Grayscale: #898989. Windows color (decimal): -9400396 or 11833200. OLE color: 11833200.

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

Color convert

RGB 112 143 180 -
CMYK 0.38 0.21 0 0.29
HSL 212.65º 0.31% 0.57% -
HSV(B) 212.65º 0.38% 0.71% -
XYZ 24.74 26.38 46.97 -
YUV 137.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 112 143 180 0.38 0.21 0 0.29 212.65 0.31 0.57
Hex 70 8F B4 26 15 0 1D D5 1F 39
Octal 160 217 264 46 25 0 35 325 37 71
Binary 1110000 10001111 10110100 100110 10101 0 11101 11010101 11111 111001

Color Harmonies of #708FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FB4

Black with #708FB4

Text Example


Text Example

White with #708FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,143,180); }

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

background-color css

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

 a { background-color: rgb(112,143,180); }

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

border-color css

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

 span { border-color: rgb(112,143,180); }

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