#8EACDB

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

Shades of Polo Blue #8EACDB

Tints of Polo Blue #8EACDB

Color information

#8EACDB (or 0x8EACDB) is unknown color: approx Polo Blue. HEX triplet: 8E, AC and DB. RGB value is (142,172,219). Sum of RGB (Red+Green+Blue) = 142+172+219=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACDB is #715324. Grayscale: #A8A8A8. Windows color (decimal): -7426853 or 14396558. OLE color: 14396558.

HSL color Cylindrical-coordinate representation of color #8EACDB: hue angle of 216.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EACDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142172219-
CMYK0.350.2100.14
HSL216.62º51.68%70.78%-
HSV(B)216.62º35.16%85.88%-
XYZ38.6940.3772.77-
YUV168.39156.56109.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=26.64%
G=32.27%
B=41.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421722190.350.2100.14216.6251.6870.78
Hex8EACDB23150Ed93447
Octal216254333432501633164107
Binary1000111010101100110110111000111010101110110110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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