#8DA7AD

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

Shades of Botticelli #8DA7AD

Tints of Botticelli #8DA7AD

Color information

#8DA7AD (or 0x8DA7AD) is unknown color: approx Botticelli. HEX triplet: 8D, A7 and AD. RGB value is (141,167,173). Sum of RGB (Red+Green+Blue) = 141+167+173=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA7AD is #725852. Grayscale: #9F9F9F. Windows color (decimal): -7493715 or 11380621. OLE color: 11380621.

HSL color Cylindrical-coordinate representation of color #8DA7AD: hue angle of 191.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA7AD is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141167173-
CMYK0.180.0300.32
HSL191.25º16.33%61.57%-
HSV(B)191.25º18.5%67.84%-
XYZ32.3536.3244.84-
YUV159.91135.39114.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=29.31%
G=34.72%
B=35.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411671730.180.0300.32191.2516.3361.57
Hex8DA7AD123020bf103e
Octal2152472552230402772076
Binary100011011010011110101101100101101000001011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,167,173); }

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

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

 a { background-color: rgb(141,167,173); }

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

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

 span { border-color: rgb(141,167,173); }

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