#8EACCC

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

Shades of Polo Blue #8EACCC

Tints of Polo Blue #8EACCC

Color information

#8EACCC (or 0x8EACCC) is unknown color: approx Polo Blue. HEX triplet: 8E, AC and CC. RGB value is (142,172,204). Sum of RGB (Red+Green+Blue) = 142+172+204=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACCC is #715333. Grayscale: #A6A6A6. Windows color (decimal): -7426868 or 13413518. OLE color: 13413518.

HSL color Cylindrical-coordinate representation of color #8EACCC: hue angle of 210.97º 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 #8EACCC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142172204-
CMYK0.300.1600.2
HSL210.97º37.8%67.84%-
HSV(B)210.97º30.39%80%-
XYZ36.8139.6262.83-
YUV166.68149.06110.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=27.41%
G=33.20%
B=39.38%

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
Decimal1421722040.300.1600.2210.9737.867.84
Hex8EACCC1E10014d32644
Octal216254314362002432346104
Binary1000111010101100110011001111010000010100110100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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