#81ACC8

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

Shades of Polo Blue #81ACC8

Tints of Polo Blue #81ACC8

Color information

#81ACC8 (or 0x81ACC8) is unknown color: approx Polo Blue. HEX triplet: 81, AC and C8. RGB value is (129,172,200). Sum of RGB (Red+Green+Blue) = 129+172+200=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #81ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACC8 is #7E5337. Grayscale: #A2A2A2. Windows color (decimal): -8278840 or 13151361. OLE color: 13151361.

HSL color Cylindrical-coordinate representation of color #81ACC8: hue angle of 203.66º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81ACC8 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB129172200-
CMYK0.360.1400.22
HSL203.66º39.23%64.51%-
HSV(B)203.66º35.5%78.43%-
XYZ34.2338.3460.24-
YUV162.34149.25104.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.75%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 200 (78.52% from 255) = 39.92%
R=25.75%
G=34.33%
B=39.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291722000.360.1400.22203.6639.2364.51
Hex81ACC824E016cc2741
Octal201254310441602631447101
Binary1000000110101100110010001001001110010110110011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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