Html Css Color HEX #7087AB Ship Cove

📋 copy color: '#7087AB'

red 112 ◦ green 135 ◦ blue 171

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

Shades of Ship Cove #7087AB

Tints of Ship Cove #7087AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 26.79%
G = 32.3%
B = 40.91%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7087AB (or 0x7087AB) is known color: Ship Cove. HEX triplet: 70, 87 and AB. RGB value is (112,135,171). Sum of RGB (Red+Green+Blue) = 112+135+171=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #7087AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7087AB is #8F7854. Grayscale: #848484. Windows color (decimal): -9402453 or 11241328. OLE color: 11241328.

HSL color Cylindrical-coordinate representation of color #7087AB: hue angle of 216.61º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7087AB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 135 171 -
CMYK 0.35 0.21 0 0.33
HSL 216.61º 0.26% 0.55% -
HSV(B) 216.61º 0.35% 0.67% -
XYZ 22.7 23.71 41.91 -
YUV 132.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 112 135 171 0.35 0.21 0 0.33 216.61 0.26 0.55
Hex 70 87 AB 23 15 0 21 D9 1A 37
Octal 160 207 253 43 25 0 41 331 32 67
Binary 1110000 10000111 10101011 100011 10101 0 100001 11011001 11010 110111

Color Harmonies of #7087AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7087AB

Black with #7087AB

Text Example


Text Example

White with #7087AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7087AB; }

 p { color: rgb(112,135,171); }

 H1.HeaderClassName
 {
   color: #7087AB;
 }
 .AnyTagClassName
 {
   color: #7087AB;
 }
</style>

background-color css

<style>
 a { background-color: #7087AB; }

 a { background-color: rgb(112,135,171); }

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

border-color css

<style>
 span { border-color: #7087AB; }

 span { border-color: rgb(112,135,171); }

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