#8EAFD4

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

Shades of Polo Blue #8EAFD4

Tints of Polo Blue #8EAFD4

Color information

#8EAFD4 (or 0x8EAFD4) is unknown color: approx Polo Blue. HEX triplet: 8E, AF and D4. RGB value is (142,175,212). Sum of RGB (Red+Green+Blue) = 142+175+212=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #8EAFD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFD4 is #71502B. Grayscale: #A9A9A9. Windows color (decimal): -7426092 or 13938574. OLE color: 13938574.

HSL color Cylindrical-coordinate representation of color #8EAFD4: hue angle of 211.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EAFD4 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142175212-
CMYK0.330.1700.17
HSL211.71º44.87%69.41%-
HSV(B)211.71º33.02%83.14%-
XYZ38.3741.1668.21-
YUV169.35152.07108.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 212 (83.20% from 255) = 40.08%
R=26.84%
G=33.08%
B=40.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421752120.330.1700.17211.7144.8769.41
Hex8EAFD42111011d42d45
Octal216257324412102132455105
Binary10001110101011111101010010000110001010001110101001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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