Html Css Color HEX #8088AD Ship Cove

📋 copy color: '#8088AD'

red 128 ◦ green 136 ◦ blue 173

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

Shades of Ship Cove #8088AD

Tints of Ship Cove #8088AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 29.29%
G = 31.12%
B = 39.59%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8088AD (or 0x8088AD) is known color: Ship Cove. HEX triplet: 80, 88 and AD. RGB value is (128,136,173). Sum of RGB (Red+Green+Blue) = 128+136+173=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #8088AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8088AD is #7F7752. Grayscale: #898989. Windows color (decimal): -8353619 or 11372672. OLE color: 11372672.

HSL color Cylindrical-coordinate representation of color #8088AD: hue angle of 229.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8088AD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 136 173 -
CMYK 0.26 0.21 0 0.32
HSL 229.33º 0.22% 0.59% -
HSV(B) 229.33º 0.26% 0.68% -
XYZ 25.25 25.21 43.07 -
YUV 137.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 128 136 173 0.26 0.21 0 0.32 229.33 0.22 0.59
Hex 80 88 AD 1A 15 0 20 E5 16 3B
Octal 200 210 255 32 25 0 40 345 26 73
Binary 10000000 10001000 10101101 11010 10101 0 100000 11100101 10110 111011

Color Harmonies of #8088AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8088AD

Black with #8088AD

Text Example


Text Example

White with #8088AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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