#8EA6CF

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

Shades of Polo Blue #8EA6CF

Tints of Polo Blue #8EA6CF

Color information

#8EA6CF (or 0x8EA6CF) is unknown color: approx Polo Blue. HEX triplet: 8E, A6 and CF. RGB value is (142,166,207). Sum of RGB (Red+Green+Blue) = 142+166+207=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EA6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6CF is #715930. Grayscale: #A3A3A3. Windows color (decimal): -7428401 or 13608590. OLE color: 13608590.

HSL color Cylindrical-coordinate representation of color #8EA6CF: hue angle of 217.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA6CF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142166207-
CMYK0.310.2000.19
HSL217.85º40.37%68.43%-
HSV(B)217.85º31.4%81.18%-
XYZ36.0537.5364.37-
YUV163.5152.55112.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=27.57%
G=32.23%
B=40.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421662070.310.2000.19217.8540.3768.43
Hex8EA6CF1F14013da2844
Octal216246317372402333250104
Binary1000111010100110110011111111110100010011110110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,207); }

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

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

 a { background-color: rgb(142,166,207); }

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

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

 span { border-color: rgb(142,166,207); }

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