#8EABD5

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

Shades of Polo Blue #8EABD5

Tints of Polo Blue #8EABD5

Color information

#8EABD5 (or 0x8EABD5) is unknown color: approx Polo Blue. HEX triplet: 8E, AB and D5. RGB value is (142,171,213). Sum of RGB (Red+Green+Blue) = 142+171+213=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #8EABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABD5 is #71542A. Grayscale: #A6A6A6. Windows color (decimal): -7427115 or 14003086. OLE color: 14003086.

HSL color Cylindrical-coordinate representation of color #8EABD5: hue angle of 215.49º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EABD5 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142171213-
CMYK0.330.2000.16
HSL215.49º45.81%69.61%-
HSV(B)215.49º33.33%83.53%-
XYZ37.7339.6868.62-
YUV167.12153.89110.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=27.00%
G=32.51%
B=40.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421712130.330.2000.16215.4945.8169.61
Hex8EABD52114010d72e46
Octal216253325412402032756106
Binary10001110101010111101010110000110100010000110101111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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