#8EADCA

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

Shades of Polo Blue #8EADCA

Tints of Polo Blue #8EADCA

Color information

#8EADCA (or 0x8EADCA) is unknown color: approx Polo Blue. HEX triplet: 8E, AD and CA. RGB value is (142,173,202). Sum of RGB (Red+Green+Blue) = 142+173+202=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADCA is #715235. Grayscale: #A6A6A6. Windows color (decimal): -7426614 or 13282702. OLE color: 13282702.

HSL color Cylindrical-coordinate representation of color #8EADCA: hue angle of 209º 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 #8EADCA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142173202-
CMYK0.300.1400.21
HSL209º36.14%67.45%-
HSV(B)209º29.7%79.22%-
XYZ36.7639.961.64-
YUV167.04147.73110.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=27.47%
G=33.46%
B=39.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421732020.300.1400.2120936.1467.45
Hex8EADCA1EE015d12443
Octal216255312361602532144103
Binary100011101010110111001010111101110010101110100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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