#8EB0CA

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

Shades of Polo Blue #8EB0CA

Tints of Polo Blue #8EB0CA

Color information

#8EB0CA (or 0x8EB0CA) is unknown color: approx Polo Blue. HEX triplet: 8E, B0 and CA. RGB value is (142,176,202). Sum of RGB (Red+Green+Blue) = 142+176+202=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB0CA is #714F35. Grayscale: #A8A8A8. Windows color (decimal): -7425846 or 13283470. OLE color: 13283470.

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

Color convert

RGB142176202-
CMYK0.300.1300.21
HSL206º36.14%67.45%-
HSV(B)206º29.7%79.22%-
XYZ37.3441.0761.84-
YUV168.8146.74108.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=27.31%
G=33.85%
B=38.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421762020.300.1300.2120636.1467.45
Hex8EB0CA1ED015ce2443
Octal216260312361502531644103
Binary100011101011000011001010111101101010101110011101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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