#8DA5AB

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

Shades of Botticelli #8DA5AB

Tints of Botticelli #8DA5AB

Color information

#8DA5AB (or 0x8DA5AB) is unknown color: approx Botticelli. HEX triplet: 8D, A5 and AB. RGB value is (141,165,171). Sum of RGB (Red+Green+Blue) = 141+165+171=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #8DA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA5AB is #725A54. Grayscale: #9E9E9E. Windows color (decimal): -7494229 or 11249037. OLE color: 11249037.

HSL color Cylindrical-coordinate representation of color #8DA5AB: hue angle of 192º degrees, saturation: 0.15, 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 #8DA5AB is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141165171-
CMYK0.180.0400.33
HSL192º15.15%61.18%-
HSV(B)192º17.54%67.06%-
XYZ31.7935.5143.71-
YUV158.51135.05115.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=29.56%
G=34.59%
B=35.85%

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
Decimal1411651710.180.0400.3319215.1561.18
Hex8DA5AB124021c0f3d
Octal2152452532240413001775
Binary100011011010010110101011100101000100001110000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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