#8EAFDF

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

Shades of Polo Blue #8EAFDF

Tints of Polo Blue #8EAFDF

Color information

#8EAFDF (or 0x8EAFDF) is unknown color: approx Polo Blue. HEX triplet: 8E, AF and DF. RGB value is (142,175,223). Sum of RGB (Red+Green+Blue) = 142+175+223=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFDF is #715020. Grayscale: #AAAAAA. Windows color (decimal): -7426081 or 14659470. OLE color: 14659470.

HSL color Cylindrical-coordinate representation of color #8EAFDF: hue angle of 215.56º 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 #8EAFDF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142175223-
CMYK0.360.2200.13
HSL215.56º55.86%71.57%-
HSV(B)215.56º36.32%87.45%-
XYZ39.841.7475.77-
YUV170.6157.57107.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=26.30%
G=32.41%
B=41.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421752230.360.2200.13215.5655.8671.57
Hex8EAFDF24160Dd83848
Octal216257337442601533070110
Binary1000111010101111110111111001001011001101110110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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