#8CB3B5

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

Shades of Botticelli #8CB3B5

Tints of Botticelli #8CB3B5

Color information

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

HSL color Cylindrical-coordinate representation of color #8CB3B5: hue angle of 182.93º 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 #8CB3B5 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140179181-
CMYK0.230.0100.29
HSL182.93º21.69%62.94%-
HSV(B)182.93º22.65%70.98%-
XYZ35.2841.1549.8-
YUV167.57135.58108.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401791810.230.0100.29182.9321.6962.94
Hex8CB3B517101Db7163f
Octal2142632652710352672677
Binary1000110010110011101101011011110111011011011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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