#81A4D2

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

Shades of Polo Blue #81A4D2

Tints of Polo Blue #81A4D2

Color information

#81A4D2 (or 0x81A4D2) is unknown color: approx Polo Blue. HEX triplet: 81, A4 and D2. RGB value is (129,164,210). Sum of RGB (Red+Green+Blue) = 129+164+210=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #81A4D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A4D2 is #7E5B2D. Grayscale: #9E9E9E. Windows color (decimal): -8280878 or 13804673. OLE color: 13804673.

HSL color Cylindrical-coordinate representation of color #81A4D2: hue angle of 214.07º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81A4D2 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129164210-
CMYK0.390.2200.18
HSL214.07º47.37%66.47%-
HSV(B)214.07º38.57%82.35%-
XYZ33.9635.8766.11-
YUV158.78156.9106.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.65%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 210 (82.42% from 255) = 41.75%
R=25.65%
G=32.60%
B=41.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291642100.390.2200.18214.0747.3766.47
Hex81A4D22716012d62f42
Octal201244322472602232657102
Binary10000001101001001101001010011110110010010110101101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,164,210); }

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

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

 a { background-color: rgb(129,164,210); }

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

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

 span { border-color: rgb(129,164,210); }

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