#8EB2CA

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

Shades of Polo Blue #8EB2CA

Tints of Polo Blue #8EB2CA

Color information

#8EB2CA (or 0x8EB2CA) is unknown color: approx Polo Blue. HEX triplet: 8E, B2 and CA. RGB value is (142,178,202). Sum of RGB (Red+Green+Blue) = 142+178+202=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2CA is #714D35. Grayscale: #A9A9A9. Windows color (decimal): -7425334 or 13283982. OLE color: 13283982.

HSL color Cylindrical-coordinate representation of color #8EB2CA: hue angle of 204º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EB2CA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142178202-
CMYK0.300.1200.21
HSL204º36.14%67.45%-
HSV(B)204º29.7%79.22%-
XYZ37.7441.8661.97-
YUV169.97146.07108.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=27.20%
G=34.10%
B=38.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421782020.300.1200.2120436.1467.45
Hex8EB2CA1EC015cc2443
Octal216262312361402531444103
Binary100011101011001011001010111101100010101110011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,178,202); }

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

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

 a { background-color: rgb(142,178,202); }

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

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

 span { border-color: rgb(142,178,202); }

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