#8EACCB

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

Shades of Polo Blue #8EACCB

Tints of Polo Blue #8EACCB

Color information

#8EACCB (or 0x8EACCB) is unknown color: approx Polo Blue. HEX triplet: 8E, AC and CB. RGB value is (142,172,203). Sum of RGB (Red+Green+Blue) = 142+172+203=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACCB is #715334. Grayscale: #A6A6A6. Windows color (decimal): -7426869 or 13347982. OLE color: 13347982.

HSL color Cylindrical-coordinate representation of color #8EACCB: hue angle of 210.49º degrees, saturation: 0.37, 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 #8EACCB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142172203-
CMYK0.300.1500.20
HSL210.49º36.97%67.65%-
HSV(B)210.49º30.05%79.61%-
XYZ36.6939.5762.2-
YUV166.56148.56110.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=27.47%
G=33.27%
B=39.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421722030.300.1500.20210.4936.9767.65
Hex8EACCB1EF014d22544
Octal216254313361702432245104
Binary100011101010110011001011111101111010100110100101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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