#8EA4CD

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

Shades of Polo Blue #8EA4CD

Tints of Polo Blue #8EA4CD

Color information

#8EA4CD (or 0x8EA4CD) is unknown color: approx Polo Blue. HEX triplet: 8E, A4 and CD. RGB value is (142,164,205). Sum of RGB (Red+Green+Blue) = 142+164+205=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4CD is #715B32. Grayscale: #A1A1A1. Windows color (decimal): -7428915 or 13477006. OLE color: 13477006.

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

Color convert

RGB142164205-
CMYK0.310.200.20
HSL219.05º38.65%68.04%-
HSV(B)219.05º30.73%80.39%-
XYZ35.4536.7162.97-
YUV162.1152.21113.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=27.79%
G=32.09%
B=40.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421642050.310.200.20219.0538.6568.04
Hex8EA4CD1F14014db2744
Octal216244315372402433347104
Binary1000111010100100110011011111110100010100110110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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