#8DAECD

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

Shades of Polo Blue #8DAECD

Tints of Polo Blue #8DAECD

Color information

#8DAECD (or 0x8DAECD) is unknown color: approx Polo Blue. HEX triplet: 8D, AE and CD. RGB value is (141,174,205). Sum of RGB (Red+Green+Blue) = 141+174+205=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECD is #725132. Grayscale: #A7A7A7. Windows color (decimal): -7491891 or 13479565. OLE color: 13479565.

HSL color Cylindrical-coordinate representation of color #8DAECD: hue angle of 209.06º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAECD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141174205-
CMYK0.310.1500.20
HSL209.06º39.02%67.84%-
HSV(B)209.06º31.22%80.39%-
XYZ37.1440.3463.59-
YUV167.67149.07108.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=27.12%
G=33.46%
B=39.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411742050.310.1500.20209.0639.0267.84
Hex8DAECD1FF014d12744
Octal215256315371702432147104
Binary100011011010111011001101111111111010100110100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,205); }

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

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

 a { background-color: rgb(141,174,205); }

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

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

 span { border-color: rgb(141,174,205); }

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