#8DA4AB

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

Shades of Botticelli #8DA4AB

Tints of Botticelli #8DA4AB

Color information

#8DA4AB (or 0x8DA4AB) is unknown color: approx Botticelli. HEX triplet: 8D, A4 and AB. RGB value is (141,164,171). Sum of RGB (Red+Green+Blue) = 141+164+171=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 164 (64.45% from 255 or 34.45% 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 #8DA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA4AB is #725B54. Grayscale: #9D9D9D. Windows color (decimal): -7494485 or 11248781. OLE color: 11248781.

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

Color convert

RGB141164171-
CMYK0.180.0400.33
HSL194º15.15%61.18%-
HSV(B)194º17.54%67.06%-
XYZ31.6135.1543.65-
YUV157.92135.38115.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=29.62%
G=34.45%
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
Decimal1411641710.180.0400.3319415.1561.18
Hex8DA4AB124021c2f3d
Octal2152442532240413021775
Binary100011011010010010101011100101000100001110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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