#8EADCD

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

Shades of Polo Blue #8EADCD

Tints of Polo Blue #8EADCD

Color information

#8EADCD (or 0x8EADCD) is unknown color: approx Polo Blue. HEX triplet: 8E, AD and CD. RGB value is (142,173,205). Sum of RGB (Red+Green+Blue) = 142+173+205=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADCD is #715232. Grayscale: #A7A7A7. Windows color (decimal): -7426611 or 13479310. OLE color: 13479310.

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

Color convert

RGB142173205-
CMYK0.310.1600.20
HSL210.48º38.65%68.04%-
HSV(B)210.48º30.73%80.39%-
XYZ37.1240.0563.53-
YUV167.38149.23109.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=27.31%
G=33.27%
B=39.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421732050.310.1600.20210.4838.6568.04
Hex8EADCD1F10014d22744
Octal216255315372002432247104
Binary1000111010101101110011011111110000010100110100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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