#8EABCC

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

Shades of Polo Blue #8EABCC

Tints of Polo Blue #8EABCC

Color information

#8EABCC (or 0x8EABCC) is unknown color: approx Polo Blue. HEX triplet: 8E, AB and CC. RGB value is (142,171,204). Sum of RGB (Red+Green+Blue) = 142+171+204=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABCC is #715433. Grayscale: #A5A5A5. Windows color (decimal): -7427124 or 13413262. OLE color: 13413262.

HSL color Cylindrical-coordinate representation of color #8EABCC: hue angle of 211.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EABCC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142171204-
CMYK0.300.1600.2
HSL211.94º37.8%67.84%-
HSV(B)211.94º30.39%80%-
XYZ36.6239.2462.77-
YUV166.09149.39110.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=27.47%
G=33.08%
B=39.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421712040.300.1600.2211.9437.867.84
Hex8EABCC1E10014d42644
Octal216253314362002432446104
Binary1000111010101011110011001111010000010100110101001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,204); }

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

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

 a { background-color: rgb(142,171,204); }

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

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

 span { border-color: rgb(142,171,204); }

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