Html Css Color HEX #80AAD2 Polo Blue

📋 copy color: '#80AAD2'

red 128 ◦ green 170 ◦ blue 210

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

Shades of Polo Blue #80AAD2

Tints of Polo Blue #80AAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.34%

R = 25.2%
G = 33.46%
B = 41.34%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#80AAD2 (or 0x80AAD2) is known color: Polo Blue. HEX triplet: 80, AA and D2. RGB value is (128,170,210). Sum of RGB (Red+Green+Blue) = 128+170+210=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #80AAD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAD2 is #7F552D. Grayscale: #A1A1A1. Windows color (decimal): -8344878 or 13806208. OLE color: 13806208.

HSL color Cylindrical-coordinate representation of color #80AAD2: hue angle of 209.27º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80AAD2 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 170 210 -
CMYK 0.39 0.19 0 0.18
HSL 209.27º 0.48% 0.66% -
HSV(B) 209.27º 0.39% 0.82% -
XYZ 34.91 37.99 66.47 -
YUV 162 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 128 170 210 0.39 0.19 0 0.18 209.27 0.48 0.66
Hex 80 AA D2 27 13 0 12 D1 30 42
Octal 200 252 322 47 23 0 22 321 60 102
Binary 10000000 10101010 11010010 100111 10011 0 10010 11010001 110000 1000010

Color Harmonies of #80AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAD2

Black with #80AAD2

Text Example


Text Example

White with #80AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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