#8EA5AD

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

Shades of Botticelli #8EA5AD

Tints of Botticelli #8EA5AD

Color information

#8EA5AD (or 0x8EA5AD) is unknown color: approx Botticelli. HEX triplet: 8E, A5 and AD. RGB value is (142,165,173). Sum of RGB (Red+Green+Blue) = 142+165+173=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA5AD is #715A52. Grayscale: #9E9E9E. Windows color (decimal): -7428691 or 11380110. OLE color: 11380110.

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

Color convert

RGB142165173-
CMYK0.180.0500.32
HSL195.48º15.9%61.76%-
HSV(B)195.48º17.92%67.84%-
XYZ32.1535.6844.73-
YUV159.04135.88115.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=29.58%
G=34.38%
B=36.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421651730.180.0500.32195.4815.961.76
Hex8EA5AD125020c3103e
Octal2162452552250403032076
Binary1000111010100101101011011001010101000001100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,165,173); }

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

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

 a { background-color: rgb(142,165,173); }

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

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

 span { border-color: rgb(142,165,173); }

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