#8CB5CD

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

Shades of Polo Blue #8CB5CD

Tints of Polo Blue #8CB5CD

Color information

#8CB5CD (or 0x8CB5CD) is unknown color: approx Polo Blue. HEX triplet: 8C, B5 and CD. RGB value is (140,181,205). Sum of RGB (Red+Green+Blue) = 140+181+205=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CB5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB5CD is #734A32. Grayscale: #ABABAB. Windows color (decimal): -7555635 or 13481356. OLE color: 13481356.

HSL color Cylindrical-coordinate representation of color #8CB5CD: hue angle of 202.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB5CD is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140181205-
CMYK0.320.1200.20
HSL202.15º39.39%67.65%-
HSV(B)202.15º31.71%80.39%-
XYZ38.3643.0364.04-
YUV171.48146.92105.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.62%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=26.62%
G=34.41%
B=38.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401812050.320.1200.20202.1539.3967.65
Hex8CB5CD20C014ca2744
Octal214265315401402431247104
Binary1000110010110101110011011000001100010100110010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,181,205); }

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

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

 a { background-color: rgb(140,181,205); }

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

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

 span { border-color: rgb(140,181,205); }

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