#8CA5AB

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

Shades of Botticelli #8CA5AB

Tints of Botticelli #8CA5AB

Color information

#8CA5AB (or 0x8CA5AB) is unknown color: approx Botticelli. HEX triplet: 8C, A5 and AB. RGB value is (140,165,171). Sum of RGB (Red+Green+Blue) = 140+165+171=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA5AB is #735A54. Grayscale: #9E9E9E. Windows color (decimal): -7559765 or 11249036. OLE color: 11249036.

HSL color Cylindrical-coordinate representation of color #8CA5AB: hue angle of 191.61º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CA5AB is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140165171-
CMYK0.180.0400.33
HSL191.61º15.58%60.98%-
HSV(B)191.61º18.13%67.06%-
XYZ31.6235.4343.7-
YUV158.21135.22115.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.41%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=29.41%
G=34.66%
B=35.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401651710.180.0400.33191.6115.5860.98
Hex8CA5AB124021c0103d
Octal2142452532240413002075
Binary1000110010100101101010111001010001000011100000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,165,171); }

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

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

 a { background-color: rgb(140,165,171); }

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

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

 span { border-color: rgb(140,165,171); }

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