#8EADCE

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

Shades of Polo Blue #8EADCE

Tints of Polo Blue #8EADCE

Color information

#8EADCE (or 0x8EADCE) is unknown color: approx Polo Blue. HEX triplet: 8E, AD and CE. RGB value is (142,173,206). Sum of RGB (Red+Green+Blue) = 142+173+206=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADCE is #715231. Grayscale: #A7A7A7. Windows color (decimal): -7426610 or 13544846. OLE color: 13544846.

HSL color Cylindrical-coordinate representation of color #8EADCE: hue angle of 210.94º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EADCE is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142173206-
CMYK0.310.1600.19
HSL210.94º39.51%68.24%-
HSV(B)210.94º31.07%80.78%-
XYZ37.2440.0964.17-
YUV167.49149.73109.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.26%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=27.26%
G=33.21%
B=39.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421732060.310.1600.19210.9439.5168.24
Hex8EADCE1F10013d32844
Octal216255316372002332350104
Binary1000111010101101110011101111110000010011110100111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,206); }

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

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

 a { background-color: rgb(142,173,206); }

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

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

 span { border-color: rgb(142,173,206); }

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