#81ADCC

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

Shades of Polo Blue #81ADCC

Tints of Polo Blue #81ADCC

Color information

#81ADCC (or 0x81ADCC) is unknown color: approx Polo Blue. HEX triplet: 81, AD and CC. RGB value is (129,173,204). Sum of RGB (Red+Green+Blue) = 129+173+204=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #81ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADCC is #7E5233. Grayscale: #A3A3A3. Windows color (decimal): -8278580 or 13413761. OLE color: 13413761.

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

Color convert

RGB129173204-
CMYK0.370.1500.2
HSL204.8º42.37%65.29%-
HSV(B)204.8º36.76%80%-
XYZ34.938.9162.8-
YUV163.38150.92103.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.49%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=25.49%
G=34.19%
B=40.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291732040.370.1500.2204.842.3765.29
Hex81ADCC25F014cd2a41
Octal201255314451702431552101
Binary1000000110101101110011001001011111010100110011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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