#8EA8D7

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

Shades of Polo Blue #8EA8D7

Tints of Polo Blue #8EA8D7

Color information

#8EA8D7 (or 0x8EA8D7) is unknown color: approx Polo Blue. HEX triplet: 8E, A8 and D7. RGB value is (142,168,215). Sum of RGB (Red+Green+Blue) = 142+168+215=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #8EA8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8D7 is #715728. Grayscale: #A5A5A5. Windows color (decimal): -7427881 or 14133390. OLE color: 14133390.

HSL color Cylindrical-coordinate representation of color #8EA8D7: hue angle of 218.63º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EA8D7 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142168215-
CMYK0.340.2200.16
HSL218.63º47.71%70%-
HSV(B)218.63º33.95%84.31%-
XYZ37.4238.6669.78-
YUV165.58155.89111.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=27.05%
G=32%
B=40.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421682150.340.2200.16218.6347.7170
Hex8EA8D72216010db3046
Octal216250327422602033360106
Binary10001110101010001101011110001010110010000110110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,168,215); }

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

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

 a { background-color: rgb(142,168,215); }

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

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

 span { border-color: rgb(142,168,215); }

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