#81A7CB

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

Shades of Polo Blue #81A7CB

Tints of Polo Blue #81A7CB

Color information

#81A7CB (or 0x81A7CB) is unknown color: approx Polo Blue. HEX triplet: 81, A7 and CB. RGB value is (129,167,203). Sum of RGB (Red+Green+Blue) = 129+167+203=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #81A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7CB is #7E5834. Grayscale: #9F9F9F. Windows color (decimal): -8280117 or 13346689. OLE color: 13346689.

HSL color Cylindrical-coordinate representation of color #81A7CB: hue angle of 209.19º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81A7CB is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129167203-
CMYK0.360.1800.20
HSL209.19º41.57%65.1%-
HSV(B)209.19º36.45%79.61%-
XYZ33.6536.6261.79-
YUV159.74152.41106.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=25.85%
G=33.47%
B=40.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291672030.360.1800.20209.1941.5765.1
Hex81A7CB2412014d12a41
Octal201247313442202432152101
Binary10000001101001111100101110010010010010100110100011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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