#8DA8AE

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

Shades of Botticelli #8DA8AE

Tints of Botticelli #8DA8AE

Color information

#8DA8AE (or 0x8DA8AE) is unknown color: approx Botticelli. HEX triplet: 8D, A8 and AE. RGB value is (141,168,174). Sum of RGB (Red+Green+Blue) = 141+168+174=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #8DA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA8AE is #725751. Grayscale: #A0A0A0. Windows color (decimal): -7493458 or 11446413. OLE color: 11446413.

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

Color convert

RGB141168174-
CMYK0.190.0300.32
HSL190.91º16.92%61.76%-
HSV(B)190.91º18.97%68.24%-
XYZ32.6336.7245.41-
YUV160.61135.55114.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=29.19%
G=34.78%
B=36.02%

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
Decimal1411681740.190.0300.32190.9116.9261.76
Hex8DA8AE133020bf113e
Octal2152502562330402772176
Binary100011011010100010101110100111101000001011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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