Html Css Color HEX #8088A0 Ship Cove

📋 copy color: '#8088A0'

red 128 ◦ green 136 ◦ blue 160

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

Shades of Ship Cove #8088A0

Tints of Ship Cove #8088A0

RGB

 RED value IS 128 (50.39% from 255) = 30.19%

 GREEN value IS 136 (53.52% from 255) = 32.08%

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 30.19%
G = 32.08%
B = 37.74%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8088A0 (or 0x8088A0) is known color: Ship Cove. HEX triplet: 80, 88 and A0. RGB value is (128,136,160). Sum of RGB (Red+Green+Blue) = 128+136+160=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 160 - color contains mainly: blue. Hex color #8088A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8088A0 is #7F775F. Grayscale: #888888. Windows color (decimal): -8353632 or 10520704. OLE color: 10520704.

HSL color Cylindrical-coordinate representation of color #8088A0: hue angle of 225º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8088A0 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 136 160 -
CMYK 0.20 0.15 0 0.37
HSL 225º 0.14% 0.56% -
HSV(B) 225º 0.2% 0.63% -
XYZ 24.05 24.74 36.76 -
YUV 136.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 128 136 160 0.20 0.15 0 0.37 225 0.14 0.56
Hex 80 88 A0 14 F 0 25 E1 E 38
Octal 200 210 240 24 17 0 45 341 16 70
Binary 10000000 10001000 10100000 10100 1111 0 100101 11100001 1110 111000

Color Harmonies of #8088A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8088A0

Black with #8088A0

Text Example


Text Example

White with #8088A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8088A0; }

 p { color: rgb(128,136,160); }

 H1.HeaderClassName
 {
   color: #8088A0;
 }
 .AnyTagClassName
 {
   color: #8088A0;
 }
</style>

background-color css

<style>
 a { background-color: #8088A0; }

 a { background-color: rgb(128,136,160); }

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

border-color css

<style>
 span { border-color: #8088A0; }

 span { border-color: rgb(128,136,160); }

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