#81A4CB

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

Shades of Polo Blue #81A4CB

Tints of Polo Blue #81A4CB

Color information

#81A4CB (or 0x81A4CB) is unknown color: approx Polo Blue. HEX triplet: 81, A4 and CB. RGB value is (129,164,203). Sum of RGB (Red+Green+Blue) = 129+164+203=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #81A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A4CB is #7E5B34. Grayscale: #9D9D9D. Windows color (decimal): -8280885 or 13345921. OLE color: 13345921.

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

Color convert

RGB129164203-
CMYK0.360.1900.20
HSL211.62º41.57%65.1%-
HSV(B)211.62º36.45%79.61%-
XYZ33.1135.5361.61-
YUV157.98153.4107.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=26.01%
G=33.06%
B=40.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291642030.360.1900.20211.6241.5765.1
Hex81A4CB2413014d42a41
Octal201244313442302432452101
Binary10000001101001001100101110010010011010100110101001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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