#8DA4AC

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

Shades of Botticelli #8DA4AC

Tints of Botticelli #8DA4AC

Color information

#8DA4AC (or 0x8DA4AC) is unknown color: approx Botticelli. HEX triplet: 8D, A4 and AC. RGB value is (141,164,172). Sum of RGB (Red+Green+Blue) = 141+164+172=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #8DA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA4AC is #725B53. Grayscale: #9D9D9D. Windows color (decimal): -7494484 or 11314317. OLE color: 11314317.

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

Color convert

RGB141164172-
CMYK0.180.0500.33
HSL195.48º15.74%61.37%-
HSV(B)195.48º18.02%67.45%-
XYZ31.7135.1944.15-
YUV158.04135.88115.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=29.56%
G=34.38%
B=36.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411641720.180.0500.33195.4815.7461.37
Hex8DA4AC125021c3103d
Octal2152442542250413032075
Binary1000110110100100101011001001010101000011100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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