#81ABD4

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

Shades of Polo Blue #81ABD4

Tints of Polo Blue #81ABD4

Color information

#81ABD4 (or 0x81ABD4) is unknown color: approx Polo Blue. HEX triplet: 81, AB and D4. RGB value is (129,171,212). Sum of RGB (Red+Green+Blue) = 129+171+212=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #81ABD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABD4 is #7E542B. Grayscale: #A2A2A2. Windows color (decimal): -8279084 or 13937537. OLE color: 13937537.

HSL color Cylindrical-coordinate representation of color #81ABD4: hue angle of 209.64º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81ABD4 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB129171212-
CMYK0.390.1900.17
HSL209.64º49.11%66.86%-
HSV(B)209.64º39.15%83.14%-
XYZ35.538.5567.86-
YUV163.12155.59103.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.20%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=25.20%
G=33.40%
B=41.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1291712120.390.1900.17209.6449.1166.86
Hex81ABD42713011d23143
Octal201253324472302132261103
Binary10000001101010111101010010011110011010001110100101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,171,212); }

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

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

 a { background-color: rgb(129,171,212); }

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

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

 span { border-color: rgb(129,171,212); }

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