#8EB1CA

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

Shades of Polo Blue #8EB1CA

Tints of Polo Blue #8EB1CA

Color information

#8EB1CA (or 0x8EB1CA) is unknown color: approx Polo Blue. HEX triplet: 8E, B1 and CA. RGB value is (142,177,202). Sum of RGB (Red+Green+Blue) = 142+177+202=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1CA is #714E35. Grayscale: #A9A9A9. Windows color (decimal): -7425590 or 13283726. OLE color: 13283726.

HSL color Cylindrical-coordinate representation of color #8EB1CA: hue angle of 205º 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 #8EB1CA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142177202-
CMYK0.300.1200.21
HSL205º36.14%67.45%-
HSV(B)205º29.7%79.22%-
XYZ37.5441.4661.9-
YUV169.38146.4108.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.26%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=27.26%
G=33.97%
B=38.77%

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
Decimal1421772020.300.1200.2120536.1467.45
Hex8EB1CA1EC015cd2443
Octal216261312361402531544103
Binary100011101011000111001010111101100010101110011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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