Html Css Color HEX #8EA9AD Botticelli

📋 copy color: '#8EA9AD'

red 142 ◦ green 169 ◦ blue 173

#8EA9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #8EA9AD

Tints of Botticelli #8EA9AD

RGB

 RED value IS 142 (55.86% from 255) = 29.34%

 GREEN value IS 169 (66.41% from 255) = 34.92%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 29.34%
G = 34.92%
B = 35.74%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8EA9AD (or 0x8EA9AD) is known color: Botticelli. HEX triplet: 8E, A9 and AD. RGB value is (142,169,173). Sum of RGB (Red+Green+Blue) = 142+169+173=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA9AD is #715652. Grayscale: #A1A1A1. Windows color (decimal): -7427667 or 11381134. OLE color: 11381134.

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

Color convert

RGB 142 169 173 -
CMYK 0.18 0.02 0 0.32
HSL 187.74º 0.16% 0.62% -
HSV(B) 187.74º 0.18% 0.68% -
XYZ 32.89 37.14 44.97 -
YUV 161.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 142 169 173 0.18 0.02 0 0.32 187.74 0.16 0.62
Hex 8E A9 AD 12 2 0 20 BC 10 3E
Octal 216 251 255 22 2 0 40 274 20 76
Binary 10001110 10101001 10101101 10010 10 0 100000 10111100 10000 111110

Color Harmonies of #8EA9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA9AD

Black with #8EA9AD

Text Example


Text Example

White with #8EA9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA9AD;
 }
 .AnyTagClassName
 {
   color: #8EA9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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