Html Css Color HEX #80AACB Polo Blue

📋 copy color: '#80AACB'

red 128 ◦ green 170 ◦ blue 203

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

Shades of Polo Blue #80AACB

Tints of Polo Blue #80AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 25.55%
G = 33.93%
B = 40.52%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80AACB (or 0x80AACB) is known color: Polo Blue. HEX triplet: 80, AA and CB. RGB value is (128,170,203). Sum of RGB (Red+Green+Blue) = 128+170+203=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #80AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AACB is #7F5534. Grayscale: #A1A1A1. Windows color (decimal): -8344885 or 13347456. OLE color: 13347456.

HSL color Cylindrical-coordinate representation of color #80AACB: hue angle of 206.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80AACB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 170 203 -
CMYK 0.37 0.16 0 0.20
HSL 206.4º 0.42% 0.65% -
HSV(B) 206.4º 0.37% 0.8% -
XYZ 34.06 37.65 61.97 -
YUV 161.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 128 170 203 0.37 0.16 0 0.20 206.4 0.42 0.65
Hex 80 AA CB 25 10 0 14 CE 2A 41
Octal 200 252 313 45 20 0 24 316 52 101
Binary 10000000 10101010 11001011 100101 10000 0 10100 11001110 101010 1000001

Color Harmonies of #80AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AACB

Black with #80AACB

Text Example


Text Example

White with #80AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AACB; }

 p { color: rgb(128,170,203); }

 H1.HeaderClassName
 {
   color: #80AACB;
 }
 .AnyTagClassName
 {
   color: #80AACB;
 }
</style>

background-color css

<style>
 a { background-color: #80AACB; }

 a { background-color: rgb(128,170,203); }

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

border-color css

<style>
 span { border-color: #80AACB; }

 span { border-color: rgb(128,170,203); }

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