#8EABCB

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

Shades of Polo Blue #8EABCB

Tints of Polo Blue #8EABCB

Color information

#8EABCB (or 0x8EABCB) is unknown color: approx Polo Blue. HEX triplet: 8E, AB and CB. RGB value is (142,171,203). Sum of RGB (Red+Green+Blue) = 142+171+203=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABCB is #715434. Grayscale: #A5A5A5. Windows color (decimal): -7427125 or 13347726. OLE color: 13347726.

HSL color Cylindrical-coordinate representation of color #8EABCB: hue angle of 211.48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EABCB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142171203-
CMYK0.300.1600.20
HSL211.48º36.97%67.65%-
HSV(B)211.48º30.05%79.61%-
XYZ36.539.1962.14-
YUV165.98148.89110.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=27.52%
G=33.14%
B=39.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421712030.300.1600.20211.4836.9767.65
Hex8EABCB1E10014d32544
Octal216253313362002432345104
Binary1000111010101011110010111111010000010100110100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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