#8EAFD1

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

Shades of Polo Blue #8EAFD1

Tints of Polo Blue #8EAFD1

Color information

#8EAFD1 (or 0x8EAFD1) is unknown color: approx Polo Blue. HEX triplet: 8E, AF and D1. RGB value is (142,175,209). Sum of RGB (Red+Green+Blue) = 142+175+209=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #8EAFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFD1 is #71502E. Grayscale: #A8A8A8. Windows color (decimal): -7426095 or 13741966. OLE color: 13741966.

HSL color Cylindrical-coordinate representation of color #8EAFD1: hue angle of 210.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EAFD1 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142175209-
CMYK0.320.1600.18
HSL210.45º42.14%68.82%-
HSV(B)210.45º32.06%81.96%-
XYZ37.9941.0166.24-
YUV169.01150.57108.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=27.00%
G=33.27%
B=39.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421752090.320.1600.18210.4542.1468.82
Hex8EAFD12010012d22a45
Octal216257321402002232252105
Binary10001110101011111101000110000010000010010110100101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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