#81A7CE

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

Shades of Polo Blue #81A7CE

Tints of Polo Blue #81A7CE

Color information

#81A7CE (or 0x81A7CE) is unknown color: approx Polo Blue. HEX triplet: 81, A7 and CE. RGB value is (129,167,206). Sum of RGB (Red+Green+Blue) = 129+167+206=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #81A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7CE is #7E5831. Grayscale: #9F9F9F. Windows color (decimal): -8280114 or 13543297. OLE color: 13543297.

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

Color convert

RGB129167206-
CMYK0.370.1900.19
HSL210.39º44%65.69%-
HSV(B)210.39º37.38%80.78%-
XYZ34.0136.7663.7-
YUV160.08153.91105.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=25.70%
G=33.27%
B=41.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291672060.370.1900.19210.394465.69
Hex81A7CE2513013d22c42
Octal201247316452302332254102
Binary10000001101001111100111010010110011010011110100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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