#8DA9AE

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

Shades of Botticelli #8DA9AE

Tints of Botticelli #8DA9AE

Color information

#8DA9AE (or 0x8DA9AE) is unknown color: approx Botticelli. HEX triplet: 8D, A9 and AE. RGB value is (141,169,174). Sum of RGB (Red+Green+Blue) = 141+169+174=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #8DA9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA9AE is #725651. Grayscale: #A1A1A1. Windows color (decimal): -7493202 or 11446669. OLE color: 11446669.

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

Color convert

RGB141169174-
CMYK0.190.0300.32
HSL189.09º16.92%61.76%-
HSV(B)189.09º18.97%68.24%-
XYZ32.8137.0945.47-
YUV161.2135.22113.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=29.13%
G=34.92%
B=35.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411691740.190.0300.32189.0916.9261.76
Hex8DA9AE133020bd113e
Octal2152512562330402752176
Binary100011011010100110101110100111101000001011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,174); }

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

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

 a { background-color: rgb(141,169,174); }

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

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

 span { border-color: rgb(141,169,174); }

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