#8DA6AB

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

Shades of Botticelli #8DA6AB

Tints of Botticelli #8DA6AB

Color information

#8DA6AB (or 0x8DA6AB) is unknown color: approx Botticelli. HEX triplet: 8D, A6 and AB. RGB value is (141,166,171). Sum of RGB (Red+Green+Blue) = 141+166+171=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #8DA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA6AB is #725954. Grayscale: #9F9F9F. Windows color (decimal): -7493973 or 11249293. OLE color: 11249293.

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

Color convert

RGB141166171-
CMYK0.180.0300.33
HSL190º15.15%61.18%-
HSV(B)190º17.54%67.06%-
XYZ31.9735.8843.77-
YUV159.1134.72115.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=29.50%
G=34.73%
B=35.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411661710.180.0300.3319015.1561.18
Hex8DA6AB123021bef3d
Octal2152462532230412761775
Binary10001101101001101010101110010110100001101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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