#81ADD2

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

Shades of Polo Blue #81ADD2

Tints of Polo Blue #81ADD2

Color information

#81ADD2 (or 0x81ADD2) is unknown color: approx Polo Blue. HEX triplet: 81, AD and D2. RGB value is (129,173,210). Sum of RGB (Red+Green+Blue) = 129+173+210=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #81ADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADD2 is #7E522D. Grayscale: #A3A3A3. Windows color (decimal): -8278574 or 13806977. OLE color: 13806977.

HSL color Cylindrical-coordinate representation of color #81ADD2: hue angle of 207.41º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81ADD2 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129173210-
CMYK0.390.1800.18
HSL207.41º47.37%66.47%-
HSV(B)207.41º38.57%82.35%-
XYZ35.6339.2166.66-
YUV164.06153.92102.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.20%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=25.20%
G=33.79%
B=41.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291732100.390.1800.18207.4147.3766.47
Hex81ADD22712012cf2f42
Octal201255322472202231757102
Binary10000001101011011101001010011110010010010110011111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,173,210); }

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

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

 a { background-color: rgb(129,173,210); }

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

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

 span { border-color: rgb(129,173,210); }

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