#8EA8DF

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

Shades of Polo Blue #8EA8DF

Tints of Polo Blue #8EA8DF

Color information

#8EA8DF (or 0x8EA8DF) is unknown color: approx Polo Blue. HEX triplet: 8E, A8 and DF. RGB value is (142,168,223). Sum of RGB (Red+Green+Blue) = 142+168+223=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8DF is #715720. Grayscale: #A6A6A6. Windows color (decimal): -7427873 or 14657678. OLE color: 14657678.

HSL color Cylindrical-coordinate representation of color #8EA8DF: hue angle of 220.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EA8DF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142168223-
CMYK0.360.2500.13
HSL220.74º55.86%71.57%-
HSV(B)220.74º36.32%87.45%-
XYZ38.4839.0875.33-
YUV166.5159.89110.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=26.64%
G=31.52%
B=41.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421682230.360.2500.13220.7455.8671.57
Hex8EA8DF24190Ddd3848
Octal216250337443101533570110
Binary1000111010101000110111111001001100101101110111011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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