#8CB1CA

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

Shades of Polo Blue #8CB1CA

Tints of Polo Blue #8CB1CA

Color information

#8CB1CA (or 0x8CB1CA) is unknown color: approx Polo Blue. HEX triplet: 8C, B1 and CA. RGB value is (140,177,202). Sum of RGB (Red+Green+Blue) = 140+177+202=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1CA is #734E35. Grayscale: #A8A8A8. Windows color (decimal): -7556662 or 13283724. OLE color: 13283724.

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

Color convert

RGB140177202-
CMYK0.310.1200.21
HSL204.19º36.9%67.06%-
HSV(B)204.19º30.69%79.22%-
XYZ37.241.2861.89-
YUV168.79146.74107.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=26.97%
G=34.10%
B=38.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401772020.310.1200.21204.1936.967.06
Hex8CB1CA1FC015cc2543
Octal214261312371402531445103
Binary100011001011000111001010111111100010101110011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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