Html Css Color HEX #80AACF Polo Blue

📋 copy color: '#80AACF'

red 128 ◦ green 170 ◦ blue 207

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

Shades of Polo Blue #80AACF

Tints of Polo Blue #80AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 25.35%
G = 33.66%
B = 40.99%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80AACF (or 0x80AACF) is known color: Polo Blue. HEX triplet: 80, AA and CF. RGB value is (128,170,207). Sum of RGB (Red+Green+Blue) = 128+170+207=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #80AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AACF is #7F5530. Grayscale: #A1A1A1. Windows color (decimal): -8344881 or 13609600. OLE color: 13609600.

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

Color convert

RGB 128 170 207 -
CMYK 0.38 0.18 0 0.19
HSL 208.1º 0.45% 0.66% -
HSV(B) 208.1º 0.38% 0.81% -
XYZ 34.54 37.84 64.52 -
YUV 161.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 128 170 207 0.38 0.18 0 0.19 208.1 0.45 0.66
Hex 80 AA CF 26 12 0 13 D0 2D 42
Octal 200 252 317 46 22 0 23 320 55 102
Binary 10000000 10101010 11001111 100110 10010 0 10011 11010000 101101 1000010

Color Harmonies of #80AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AACF

Black with #80AACF

Text Example


Text Example

White with #80AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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