#8EA8CC

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

Shades of Polo Blue #8EA8CC

Tints of Polo Blue #8EA8CC

Color information

#8EA8CC (or 0x8EA8CC) is unknown color: approx Polo Blue. HEX triplet: 8E, A8 and CC. RGB value is (142,168,204). Sum of RGB (Red+Green+Blue) = 142+168+204=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8CC is #715733. Grayscale: #A4A4A4. Windows color (decimal): -7427892 or 13412494. OLE color: 13412494.

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

Color convert

RGB142168204-
CMYK0.300.1800.2
HSL214.84º37.8%67.84%-
HSV(B)214.84º30.39%80%-
XYZ36.0638.1262.58-
YUV164.33150.39112.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.63%
GREEN value IS 168 (66.02% from 255) = 32.68%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=27.63%
G=32.68%
B=39.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421682040.300.1800.2214.8437.867.84
Hex8EA8CC1E12014d72644
Octal216250314362202432746104
Binary1000111010101000110011001111010010010100110101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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