#8EABDD

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

Shades of Polo Blue #8EABDD

Tints of Polo Blue #8EABDD

Color information

#8EABDD (or 0x8EABDD) is unknown color: approx Polo Blue. HEX triplet: 8E, AB and DD. RGB value is (142,171,221). Sum of RGB (Red+Green+Blue) = 142+171+221=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABDD is #715422. Grayscale: #A7A7A7. Windows color (decimal): -7427107 or 14527374. OLE color: 14527374.

HSL color Cylindrical-coordinate representation of color #8EABDD: hue angle of 217.97º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EABDD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142171221-
CMYK0.360.2300.13
HSL217.97º53.74%71.18%-
HSV(B)217.97º35.75%86.67%-
XYZ38.7740.174.1-
YUV168.03157.89109.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=26.59%
G=32.02%
B=41.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421712210.360.2300.13217.9753.7471.18
Hex8EABDD24170Dda3647
Octal216253335442701533266107
Binary1000111010101011110111011001001011101101110110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,221); }

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

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

 a { background-color: rgb(142,171,221); }

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

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

 span { border-color: rgb(142,171,221); }

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