#81A6CB

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

Shades of Polo Blue #81A6CB

Tints of Polo Blue #81A6CB

Color information

#81A6CB (or 0x81A6CB) is unknown color: approx Polo Blue. HEX triplet: 81, A6 and CB. RGB value is (129,166,203). Sum of RGB (Red+Green+Blue) = 129+166+203=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #81A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6CB is #7E5934. Grayscale: #9E9E9E. Windows color (decimal): -8280373 or 13346433. OLE color: 13346433.

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

Color convert

RGB129166203-
CMYK0.360.1800.20
HSL210º41.57%65.1%-
HSV(B)210º36.45%79.61%-
XYZ33.4736.2561.73-
YUV159.15152.74106.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.90%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=25.90%
G=33.33%
B=40.76%

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
Decimal1291662030.360.1800.2021041.5765.1
Hex81A6CB2412014d22a41
Octal201246313442202432252101
Binary10000001101001101100101110010010010010100110100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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