Html Css Color HEX #80ACC9 Polo Blue

📋 copy color: '#80ACC9'

red 128 ◦ green 172 ◦ blue 201

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

Shades of Polo Blue #80ACC9

Tints of Polo Blue #80ACC9

RGB

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

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

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

R = 25.55%
G = 34.33%
B = 40.12%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#80ACC9 (or 0x80ACC9) is known color: Polo Blue. HEX triplet: 80, AC and C9. RGB value is (128,172,201). Sum of RGB (Red+Green+Blue) = 128+172+201=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #80ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACC9 is #7F5336. Grayscale: #A1A1A1. Windows color (decimal): -8344375 or 13216896. OLE color: 13216896.

HSL color Cylindrical-coordinate representation of color #80ACC9: hue angle of 203.84º 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 #80ACC9 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 172 201 -
CMYK 0.36 0.14 0 0.21
HSL 203.84º 0.4% 0.65% -
HSV(B) 203.84º 0.36% 0.79% -
XYZ 34.2 38.31 60.85 -
YUV 162.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 128 172 201 0.36 0.14 0 0.21 203.84 0.4 0.65
Hex 80 AC C9 24 E 0 15 CC 28 41
Octal 200 254 311 44 16 0 25 314 50 101
Binary 10000000 10101100 11001001 100100 1110 0 10101 11001100 101000 1000001

Color Harmonies of #80ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACC9

Black with #80ACC9

Text Example


Text Example

White with #80ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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