Html Css Color HEX #80ACCC Polo Blue

📋 copy color: '#80ACCC'

red 128 ◦ green 172 ◦ blue 204

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

Shades of Polo Blue #80ACCC

Tints of Polo Blue #80ACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 25.4%
G = 34.13%
B = 40.48%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#80ACCC (or 0x80ACCC) is known color: Polo Blue. HEX triplet: 80, AC and CC. RGB value is (128,172,204). Sum of RGB (Red+Green+Blue) = 128+172+204=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #80ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACCC is #7F5333. Grayscale: #A2A2A2. Windows color (decimal): -8344372 or 13413504. OLE color: 13413504.

HSL color Cylindrical-coordinate representation of color #80ACCC: hue angle of 205.26º degrees, saturation: 0.43, 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 #80ACCC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 172 204 -
CMYK 0.37 0.16 0 0.2
HSL 205.26º 0.43% 0.65% -
HSV(B) 205.26º 0.37% 0.8% -
XYZ 34.55 38.45 62.73 -
YUV 162.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 128 172 204 0.37 0.16 0 0.2 205.26 0.43 0.65
Hex 80 AC CC 25 10 0 14 CD 2B 41
Octal 200 254 314 45 20 0 24 315 53 101
Binary 10000000 10101100 11001100 100101 10000 0 10100 11001101 101011 1000001

Color Harmonies of #80ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACCC

Black with #80ACCC

Text Example


Text Example

White with #80ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,204); }

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

background-color css

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

 a { background-color: rgb(128,172,204); }

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

border-color css

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

 span { border-color: rgb(128,172,204); }

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