#81A8CE

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

Shades of Polo Blue #81A8CE

Tints of Polo Blue #81A8CE

Color information

#81A8CE (or 0x81A8CE) is unknown color: approx Polo Blue. HEX triplet: 81, A8 and CE. RGB value is (129,168,206). Sum of RGB (Red+Green+Blue) = 129+168+206=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #81A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8CE is #7E5731. Grayscale: #A0A0A0. Windows color (decimal): -8279858 or 13543553. OLE color: 13543553.

HSL color Cylindrical-coordinate representation of color #81A8CE: hue angle of 209.61º 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 #81A8CE is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129168206-
CMYK0.370.1800.19
HSL209.61º44%65.69%-
HSV(B)209.61º37.38%80.78%-
XYZ34.237.1363.76-
YUV160.67153.58105.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.65%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=25.65%
G=33.40%
B=40.95%

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
Decimal1291682060.370.1800.19209.614465.69
Hex81A8CE2512013d22c42
Octal201250316452202332254102
Binary10000001101010001100111010010110010010011110100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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