#8EAFCA

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

Shades of Polo Blue #8EAFCA

Tints of Polo Blue #8EAFCA

Color information

#8EAFCA (or 0x8EAFCA) is unknown color: approx Polo Blue. HEX triplet: 8E, AF and CA. RGB value is (142,175,202). Sum of RGB (Red+Green+Blue) = 142+175+202=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFCA is #715035. Grayscale: #A8A8A8. Windows color (decimal): -7426102 or 13283214. OLE color: 13283214.

HSL color Cylindrical-coordinate representation of color #8EAFCA: hue angle of 207º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EAFCA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142175202-
CMYK0.300.1300.21
HSL207º36.14%67.45%-
HSV(B)207º29.7%79.22%-
XYZ37.1540.6761.77-
YUV168.21147.07109.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=27.36%
G=33.72%
B=38.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421752020.300.1300.2120736.1467.45
Hex8EAFCA1ED015cf2443
Octal216257312361502531744103
Binary100011101010111111001010111101101010101110011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,175,202); }

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

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

 a { background-color: rgb(142,175,202); }

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

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

 span { border-color: rgb(142,175,202); }

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