Html Css Color HEX #8EA8AD Botticelli

📋 copy color: '#8EA8AD'

red 142 ◦ green 168 ◦ blue 173

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

Shades of Botticelli #8EA8AD

Tints of Botticelli #8EA8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.78%

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

R = 29.4%
G = 34.78%
B = 35.82%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8EA8AD (or 0x8EA8AD) is known color: Botticelli. HEX triplet: 8E, A8 and AD. RGB value is (142,168,173). Sum of RGB (Red+Green+Blue) = 142+168+173=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA8AD is #715752. Grayscale: #A0A0A0. Windows color (decimal): -7427923 or 11380878. OLE color: 11380878.

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

Color convert

RGB 142 168 173 -
CMYK 0.18 0.03 0 0.32
HSL 189.68º 0.16% 0.62% -
HSV(B) 189.68º 0.18% 0.68% -
XYZ 32.7 36.77 44.91 -
YUV 160.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 142 168 173 0.18 0.03 0 0.32 189.68 0.16 0.62
Hex 8E A8 AD 12 3 0 20 BE 10 3E
Octal 216 250 255 22 3 0 40 276 20 76
Binary 10001110 10101000 10101101 10010 11 0 100000 10111110 10000 111110

Color Harmonies of #8EA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA8AD

Black with #8EA8AD

Text Example


Text Example

White with #8EA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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