#8DAFDC

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

Shades of Polo Blue #8DAFDC

Tints of Polo Blue #8DAFDC

Color information

#8DAFDC (or 0x8DAFDC) is unknown color: approx Polo Blue. HEX triplet: 8D, AF and DC. RGB value is (141,175,220). Sum of RGB (Red+Green+Blue) = 141+175+220=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFDC is #725023. Grayscale: #A9A9A9. Windows color (decimal): -7491620 or 14462861. OLE color: 14462861.

HSL color Cylindrical-coordinate representation of color #8DAFDC: hue angle of 214.18º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DAFDC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141175220-
CMYK0.360.2000.14
HSL214.18º53.02%70.78%-
HSV(B)214.18º35.91%86.27%-
XYZ39.2341.4973.65-
YUV169.96156.24107.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=26.31%
G=32.65%
B=41.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411752200.360.2000.14214.1853.0270.78
Hex8DAFDC24140Ed63547
Octal215257334442401632665107
Binary1000110110101111110111001001001010001110110101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DAFDC; }

 p { color: rgb(141,175,220); }

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

<style>
 a { background-color: #8DAFDC; }

 a { background-color: rgb(141,175,220); }

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

<style>
 span { border-color: #8DAFDC; }

 span { border-color: rgb(141,175,220); }

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