#81ACC9

Color #81ACC9 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #81ACC9

Tints of Polo Blue #81ACC9

Color information

#81ACC9 (or 0x81ACC9) is unknown color: approx Polo Blue. HEX triplet: 81, AC and C9. RGB value is (129,172,201). Sum of RGB (Red+Green+Blue) = 129+172+201=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #81ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACC9 is #7E5336. Grayscale: #A2A2A2. Windows color (decimal): -8278839 or 13216897. OLE color: 13216897.

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

Color convert

RGB129172201-
CMYK0.360.1400.21
HSL204.17º40%64.71%-
HSV(B)204.17º35.82%78.82%-
XYZ34.3538.3960.86-
YUV162.45149.75104.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=25.70%
G=34.26%
B=40.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291722010.360.1400.21204.174064.71
Hex81ACC924E015cc2841
Octal201254311441602531450101
Binary1000000110101100110010011001001110010101110011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81ACC9;
 }
 .AnyTagClassName
 {
   color: #81ACC9;
 }
</style>
background-color css

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

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

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

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

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

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