#8EABCD

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

Shades of Polo Blue #8EABCD

Tints of Polo Blue #8EABCD

Color information

#8EABCD (or 0x8EABCD) is unknown color: approx Polo Blue. HEX triplet: 8E, AB and CD. RGB value is (142,171,205). Sum of RGB (Red+Green+Blue) = 142+171+205=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABCD is #715432. Grayscale: #A6A6A6. Windows color (decimal): -7427123 or 13478798. OLE color: 13478798.

HSL color Cylindrical-coordinate representation of color #8EABCD: hue angle of 212.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EABCD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142171205-
CMYK0.310.1700.20
HSL212.38º38.65%68.04%-
HSV(B)212.38º30.73%80.39%-
XYZ36.7439.2863.4-
YUV166.2149.89110.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=27.41%
G=33.01%
B=39.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421712050.310.1700.20212.3838.6568.04
Hex8EABCD1F11014d42744
Octal216253315372102432447104
Binary1000111010101011110011011111110001010100110101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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