#81AFD1

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

Shades of Polo Blue #81AFD1

Tints of Polo Blue #81AFD1

Color information

#81AFD1 (or 0x81AFD1) is unknown color: approx Polo Blue. HEX triplet: 81, AF and D1. RGB value is (129,175,209). Sum of RGB (Red+Green+Blue) = 129+175+209=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #81AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFD1 is #7E502E. Grayscale: #A4A4A4. Windows color (decimal): -8278063 or 13741953. OLE color: 13741953.

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

Color convert

RGB129175209-
CMYK0.380.1600.18
HSL205.5º46.51%66.27%-
HSV(B)205.5º38.28%81.96%-
XYZ35.8939.9366.14-
YUV165.12152.76102.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=25.15%
G=34.11%
B=40.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291752090.380.1600.18205.546.5166.27
Hex81AFD12610012ce2f42
Octal201257321462002231657102
Binary10000001101011111101000110011010000010010110011101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,175,209); }

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

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

 a { background-color: rgb(129,175,209); }

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

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

 span { border-color: rgb(129,175,209); }

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