#8DA5CF

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

Shades of Polo Blue #8DA5CF

Tints of Polo Blue #8DA5CF

Color information

#8DA5CF (or 0x8DA5CF) is unknown color: approx Polo Blue. HEX triplet: 8D, A5 and CF. RGB value is (141,165,207). Sum of RGB (Red+Green+Blue) = 141+165+207=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5CF is #725A30. Grayscale: #A2A2A2. Windows color (decimal): -7494193 or 13608333. OLE color: 13608333.

HSL color Cylindrical-coordinate representation of color #8DA5CF: hue angle of 218.18º degrees, saturation: 0.41, 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 #8DA5CF is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141165207-
CMYK0.320.2000.19
HSL218.18º40.74%68.24%-
HSV(B)218.18º31.88%81.18%-
XYZ35.737.0864.31-
YUV162.61153.05112.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=27.49%
G=32.16%
B=40.35%

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
Decimal1411652070.320.2000.19218.1840.7468.24
Hex8DA5CF2014013da2944
Octal215245317402402333251104
Binary10001101101001011100111110000010100010011110110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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