#8CB5B3

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

Shades of Conch #8CB5B3

Tints of Conch #8CB5B3

Color information

#8CB5B3 (or 0x8CB5B3) is unknown color: approx Conch. HEX triplet: 8C, B5 and B3. RGB value is (140,181,179). Sum of RGB (Red+Green+Blue) = 140+181+179=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB5B3 is #734A4C. Grayscale: #A8A8A8. Windows color (decimal): -7555661 or 11777420. OLE color: 11777420.

HSL color Cylindrical-coordinate representation of color #8CB5B3: hue angle of 177.07º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB5B3 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB140181179-
CMYK0.2300.010.29
HSL177.07º21.69%62.94%-
HSV(B)177.07º22.65%70.98%-
XYZ35.4841.8848.86-
YUV168.51133.92107.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=28%
G=36.2%
B=35.8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401811790.2300.010.29177.0721.6962.94
Hex8CB5B317011Db1163f
Octal2142652632701352612677
Binary1000110010110101101100111011101111011011000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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