#8EAAC6

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

Shades of Polo Blue #8EAAC6

Tints of Polo Blue #8EAAC6

Color information

#8EAAC6 (or 0x8EAAC6) is unknown color: approx Polo Blue. HEX triplet: 8E, AA and C6. RGB value is (142,170,198). Sum of RGB (Red+Green+Blue) = 142+170+198=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #8EAAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAC6 is #715539. Grayscale: #A4A4A4. Windows color (decimal): -7427386 or 13019790. OLE color: 13019790.

HSL color Cylindrical-coordinate representation of color #8EAAC6: hue angle of 210º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EAAC6 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB142170198-
CMYK0.280.1400.22
HSL210º32.94%66.67%-
HSV(B)210º28.28%77.65%-
XYZ35.7238.5858.99-
YUV164.82146.72111.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=27.84%
G=33.33%
B=38.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421701980.280.1400.2221032.9466.67
Hex8EAAC61CE016d22143
Octal216252306341602632241103
Binary100011101010101011000110111001110010110110100101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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