#8EAACD

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

Shades of Polo Blue #8EAACD

Tints of Polo Blue #8EAACD

Color information

#8EAACD (or 0x8EAACD) is unknown color: approx Polo Blue. HEX triplet: 8E, AA and CD. RGB value is (142,170,205). Sum of RGB (Red+Green+Blue) = 142+170+205=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAACD is #715532. Grayscale: #A5A5A5. Windows color (decimal): -7427379 or 13478542. OLE color: 13478542.

HSL color Cylindrical-coordinate representation of color #8EAACD: hue angle of 213.33º 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 #8EAACD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142170205-
CMYK0.310.1700.20
HSL213.33º38.65%68.04%-
HSV(B)213.33º30.73%80.39%-
XYZ36.5538.9163.34-
YUV165.62150.22111.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=27.47%
G=32.88%
B=39.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421702050.310.1700.20213.3338.6568.04
Hex8EAACD1F11014d52744
Octal216252315372102432547104
Binary1000111010101010110011011111110001010100110101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,205); }

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

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

 a { background-color: rgb(142,170,205); }

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

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

 span { border-color: rgb(142,170,205); }

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