#8CB1B3

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

Shades of Botticelli #8CB1B3

Tints of Botticelli #8CB1B3

Color information

#8CB1B3 (or 0x8CB1B3) is unknown color: approx Botticelli. HEX triplet: 8C, B1 and B3. RGB value is (140,177,179). Sum of RGB (Red+Green+Blue) = 140+177+179=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #8CB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1B3 is #734E4C. Grayscale: #A6A6A6. Windows color (decimal): -7556685 or 11776396. OLE color: 11776396.

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

Color convert

RGB140177179-
CMYK0.220.0100.30
HSL183.08º20.42%62.55%-
HSV(B)183.08º21.79%70.2%-
XYZ34.6740.2748.59-
YUV166.17135.24109.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=28.23%
G=35.69%
B=36.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401771790.220.0100.30183.0820.4262.55
Hex8CB1B316101Eb7143f
Octal2142612632610362672477
Binary1000110010110001101100111011010111101011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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