#8EACCA

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

Shades of Polo Blue #8EACCA

Tints of Polo Blue #8EACCA

Color information

#8EACCA (or 0x8EACCA) is unknown color: approx Polo Blue. HEX triplet: 8E, AC and CA. RGB value is (142,172,202). Sum of RGB (Red+Green+Blue) = 142+172+202=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACCA is #715335. Grayscale: #A6A6A6. Windows color (decimal): -7426870 or 13282446. OLE color: 13282446.

HSL color Cylindrical-coordinate representation of color #8EACCA: hue angle of 210º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EACCA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142172202-
CMYK0.300.1500.21
HSL210º36.14%67.45%-
HSV(B)210º29.7%79.22%-
XYZ36.5739.5261.58-
YUV166.45148.06110.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=27.52%
G=33.33%
B=39.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421722020.300.1500.2121036.1467.45
Hex8EACCA1EF015d22443
Octal216254312361702532244103
Binary100011101010110011001010111101111010101110100101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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