#8DA6AC

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

Shades of Botticelli #8DA6AC

Tints of Botticelli #8DA6AC

Color information

#8DA6AC (or 0x8DA6AC) is unknown color: approx Botticelli. HEX triplet: 8D, A6 and AC. RGB value is (141,166,172). Sum of RGB (Red+Green+Blue) = 141+166+172=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #8DA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA6AC is #725953. Grayscale: #9F9F9F. Windows color (decimal): -7493972 or 11314829. OLE color: 11314829.

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

Color convert

RGB141166172-
CMYK0.180.0300.33
HSL191.61º15.74%61.37%-
HSV(B)191.61º18.02%67.45%-
XYZ32.0735.9144.27-
YUV159.21135.22115.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=29.44%
G=34.66%
B=35.91%

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
Decimal1411661720.180.0300.33191.6115.7461.37
Hex8DA6AC123021c0103d
Octal2152462542230413002075
Binary100011011010011010101100100101101000011100000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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