#8eb4dc

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

Shades of Polo Blue #8EB4DC

Tints of Polo Blue #8EB4DC

Color information

#8EB4DC (or 0x8EB4DC) is unknown color: approx Polo Blue. HEX triplet: 8E, B4 and DC. RGB value is (142,180,220). Sum of RGB (Red+Green+Blue) = 142+180+220=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB4DC is #714B23. Grayscale: #ACACAC. Windows color (decimal): -7424804 or 14464142. OLE color: 14464142.

HSL color Cylindrical-coordinate representation of color #8EB4DC: hue angle of 210.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EB4DC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142180220-
CMYK0.350.1800.14
HSL210.77º52.7%70.98%-
HSV(B)210.77º35.45%86.27%-
XYZ40.3943.5673.99-
YUV173.2154.41105.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=26.20%
G=33.21%
B=40.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421802200.350.1800.14210.7752.770.98
Hex8EB4DC23120Ed33547
Octal216264334432201632365107
Binary1000111010110100110111001000111001001110110100111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eb4dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,180,220); }

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

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

 a { background-color: rgb(142,180,220); }

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

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

 span { border-color: rgb(142,180,220); }

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