#8DAECC

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

Shades of Polo Blue #8DAECC

Tints of Polo Blue #8DAECC

Color information

#8DAECC (or 0x8DAECC) is unknown color: approx Polo Blue. HEX triplet: 8D, AE and CC. RGB value is (141,174,204). Sum of RGB (Red+Green+Blue) = 141+174+204=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECC is #725133. Grayscale: #A7A7A7. Windows color (decimal): -7491892 or 13414029. OLE color: 13414029.

HSL color Cylindrical-coordinate representation of color #8DAECC: hue angle of 208.57º degrees, saturation: 0.38, 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 #8DAECC is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141174204-
CMYK0.310.1500.2
HSL208.57º38.18%67.65%-
HSV(B)208.57º30.88%80%-
XYZ37.0240.2962.95-
YUV167.55148.57109.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=27.17%
G=33.53%
B=39.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411742040.310.1500.2208.5738.1867.65
Hex8DAECC1FF014d12644
Octal215256314371702432146104
Binary100011011010111011001100111111111010100110100011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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