#81A9CE

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

Shades of Polo Blue #81A9CE

Tints of Polo Blue #81A9CE

Color information

#81A9CE (or 0x81A9CE) is unknown color: approx Polo Blue. HEX triplet: 81, A9 and CE. RGB value is (129,169,206). Sum of RGB (Red+Green+Blue) = 129+169+206=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #81A9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A9CE is #7E5631. Grayscale: #A1A1A1. Windows color (decimal): -8279602 or 13543809. OLE color: 13543809.

HSL color Cylindrical-coordinate representation of color #81A9CE: hue angle of 208.83º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81A9CE is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129169206-
CMYK0.370.1800.19
HSL208.83º44%65.69%-
HSV(B)208.83º37.38%80.78%-
XYZ34.3837.563.82-
YUV161.26153.25104.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.60%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=25.60%
G=33.53%
B=40.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291692060.370.1800.19208.834465.69
Hex81A9CE2512013d12c42
Octal201251316452202332154102
Binary10000001101010011100111010010110010010011110100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,169,206); }

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

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

 a { background-color: rgb(129,169,206); }

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

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

 span { border-color: rgb(129,169,206); }

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