Html Css Color HEX #80AAC9 Polo Blue

📋 copy color: '#80AAC9'

red 128 ◦ green 170 ◦ blue 201

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

Shades of Polo Blue #80AAC9

Tints of Polo Blue #80AAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.28%

R = 25.65%
G = 34.07%
B = 40.28%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#80AAC9 (or 0x80AAC9) is known color: Polo Blue. HEX triplet: 80, AA and C9. RGB value is (128,170,201). Sum of RGB (Red+Green+Blue) = 128+170+201=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #80AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAC9 is #7F5536. Grayscale: #A0A0A0. Windows color (decimal): -8344887 or 13216384. OLE color: 13216384.

HSL color Cylindrical-coordinate representation of color #80AAC9: hue angle of 205.48º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80AAC9 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 170 201 -
CMYK 0.36 0.15 0 0.21
HSL 205.48º 0.4% 0.65% -
HSV(B) 205.48º 0.36% 0.79% -
XYZ 33.82 37.56 60.72 -
YUV 160.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 128 170 201 0.36 0.15 0 0.21 205.48 0.4 0.65
Hex 80 AA C9 24 F 0 15 CD 28 41
Octal 200 252 311 44 17 0 25 315 50 101
Binary 10000000 10101010 11001001 100100 1111 0 10101 11001101 101000 1000001

Color Harmonies of #80AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAC9

Black with #80AAC9

Text Example


Text Example

White with #80AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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