#8DA8AD

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

Shades of Botticelli #8DA8AD

Tints of Botticelli #8DA8AD

Color information

#8DA8AD (or 0x8DA8AD) is unknown color: approx Botticelli. HEX triplet: 8D, A8 and AD. RGB value is (141,168,173). Sum of RGB (Red+Green+Blue) = 141+168+173=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA8AD is #725752. Grayscale: #A0A0A0. Windows color (decimal): -7493459 or 11380877. OLE color: 11380877.

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

Color convert

RGB141168173-
CMYK0.180.0300.32
HSL189.37º16.33%61.57%-
HSV(B)189.37º18.5%67.84%-
XYZ32.5336.6944.9-
YUV160.5135.05114.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=29.25%
G=34.85%
B=35.89%

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
Decimal1411681730.180.0300.32189.3716.3361.57
Hex8DA8AD123020bd103e
Octal2152502552230402752076
Binary100011011010100010101101100101101000001011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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