#8DA5AE

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

Shades of Botticelli #8DA5AE

Tints of Botticelli #8DA5AE

Color information

#8DA5AE (or 0x8DA5AE) is unknown color: approx Botticelli. HEX triplet: 8D, A5 and AE. RGB value is (141,165,174). Sum of RGB (Red+Green+Blue) = 141+165+174=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #8DA5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA5AE is #725A51. Grayscale: #9E9E9E. Windows color (decimal): -7494226 or 11445645. OLE color: 11445645.

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

Color convert

RGB141165174-
CMYK0.190.0500.32
HSL196.36º16.92%61.76%-
HSV(B)196.36º18.97%68.24%-
XYZ32.0835.6345.23-
YUV158.85136.55115.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=29.38%
G=34.38%
B=36.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411651740.190.0500.32196.3616.9261.76
Hex8DA5AE135020c4113e
Octal2152452562350403042176
Binary1000110110100101101011101001110101000001100010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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