#8EA2CD

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

Shades of Polo Blue #8EA2CD

Tints of Polo Blue #8EA2CD

Color information

#8EA2CD (or 0x8EA2CD) is unknown color: approx Polo Blue. HEX triplet: 8E, A2 and CD. RGB value is (142,162,205). Sum of RGB (Red+Green+Blue) = 142+162+205=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EA2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2CD is #715D32. Grayscale: #A0A0A0. Windows color (decimal): -7429427 or 13476494. OLE color: 13476494.

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

Color convert

RGB142162205-
CMYK0.310.2100.20
HSL220.95º38.65%68.04%-
HSV(B)220.95º30.73%80.39%-
XYZ35.13662.86-
YUV160.92152.87114.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=27.90%
G=31.83%
B=40.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421622050.310.2100.20220.9538.6568.04
Hex8EA2CD1F15014dd2744
Octal216242315372502433547104
Binary1000111010100010110011011111110101010100110111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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