#8DA5CE

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

Shades of Polo Blue #8DA5CE

Tints of Polo Blue #8DA5CE

Color information

#8DA5CE (or 0x8DA5CE) is unknown color: approx Polo Blue. HEX triplet: 8D, A5 and CE. RGB value is (141,165,206). Sum of RGB (Red+Green+Blue) = 141+165+206=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5CE is #725A31. Grayscale: #A2A2A2. Windows color (decimal): -7494194 or 13542797. OLE color: 13542797.

HSL color Cylindrical-coordinate representation of color #8DA5CE: hue angle of 217.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA5CE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141165206-
CMYK0.320.2000.19
HSL217.85º39.88%68.04%-
HSV(B)217.85º31.55%80.78%-
XYZ35.5837.0363.66-
YUV162.5152.55112.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.54%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=27.54%
G=32.23%
B=40.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411652060.320.2000.19217.8539.8868.04
Hex8DA5CE2014013da2844
Octal215245316402402333250104
Binary10001101101001011100111010000010100010011110110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,165,206); }

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

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

 a { background-color: rgb(141,165,206); }

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

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

 span { border-color: rgb(141,165,206); }

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