Html Css Color HEX #8EA4AD Botticelli

📋 copy color: '#8EA4AD'

red 142 ◦ green 164 ◦ blue 173

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

Shades of Botticelli #8EA4AD

Tints of Botticelli #8EA4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.24%

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

R = 29.65%
G = 34.24%
B = 36.12%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8EA4AD (or 0x8EA4AD) is known color: Botticelli. HEX triplet: 8E, A4 and AD. RGB value is (142,164,173). Sum of RGB (Red+Green+Blue) = 142+164+173=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA4AD is #715B52. Grayscale: #9E9E9E. Windows color (decimal): -7428947 or 11379854. OLE color: 11379854.

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

Color convert

RGB 142 164 173 -
CMYK 0.18 0.05 0 0.32
HSL 197.42º 0.16% 0.62% -
HSV(B) 197.42º 0.18% 0.68% -
XYZ 31.97 35.32 44.67 -
YUV 158.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 142 164 173 0.18 0.05 0 0.32 197.42 0.16 0.62
Hex 8E A4 AD 12 5 0 20 C5 10 3E
Octal 216 244 255 22 5 0 40 305 20 76
Binary 10001110 10100100 10101101 10010 101 0 100000 11000101 10000 111110

Color Harmonies of #8EA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA4AD

Black with #8EA4AD

Text Example


Text Example

White with #8EA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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