Html Css Color HEX #708AAC Ship Cove

📋 copy color: '#708AAC'

red 112 ◦ green 138 ◦ blue 172

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

Shades of Ship Cove #708AAC

Tints of Ship Cove #708AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 26.54%
G = 32.7%
B = 40.76%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#708AAC (or 0x708AAC) is known color: Ship Cove. HEX triplet: 70, 8A and AC. RGB value is (112,138,172). Sum of RGB (Red+Green+Blue) = 112+138+172=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #708AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AAC is #8F7553. Grayscale: #858585. Windows color (decimal): -9401684 or 11307632. OLE color: 11307632.

HSL color Cylindrical-coordinate representation of color #708AAC: hue angle of 214º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708AAC is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 138 172 -
CMYK 0.35 0.20 0 0.33
HSL 214º 0.27% 0.56% -
HSV(B) 214º 0.35% 0.67% -
XYZ 23.22 24.6 42.55 -
YUV 134.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 112 138 172 0.35 0.20 0 0.33 214 0.27 0.56
Hex 70 8A AC 23 14 0 21 D6 1B 38
Octal 160 212 254 43 24 0 41 326 33 70
Binary 1110000 10001010 10101100 100011 10100 0 100001 11010110 11011 111000

Color Harmonies of #708AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AAC

Black with #708AAC

Text Example


Text Example

White with #708AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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