#8EA3CD

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

Shades of Polo Blue #8EA3CD

Tints of Polo Blue #8EA3CD

Color information

#8EA3CD (or 0x8EA3CD) is unknown color: approx Polo Blue. HEX triplet: 8E, A3 and CD. RGB value is (142,163,205). Sum of RGB (Red+Green+Blue) = 142+163+205=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EA3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3CD is #715C32. Grayscale: #A1A1A1. Windows color (decimal): -7429171 or 13476750. OLE color: 13476750.

HSL color Cylindrical-coordinate representation of color #8EA3CD: hue angle of 220º 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 #8EA3CD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142163205-
CMYK0.310.2000.20
HSL220º38.65%68.04%-
HSV(B)220º30.73%80.39%-
XYZ35.2736.3562.92-
YUV161.51152.54114.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=27.84%
G=31.96%
B=40.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421632050.310.2000.2022038.6568.04
Hex8EA3CD1F14014dc2744
Octal216243315372402433447104
Binary1000111010100011110011011111110100010100110111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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