Html Css Color HEX #8EA5AD Botticelli

📋 copy color: '#8EA5AD'

red 142 ◦ green 165 ◦ blue 173

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

Shades of Botticelli #8EA5AD

Tints of Botticelli #8EA5AD

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 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

#8EA5AD (or 0x8EA5AD) is known color: 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

RGB 142 165 173 -
CMYK 0.18 0.05 0 0.32
HSL 195.48º 0.16% 0.62% -
HSV(B) 195.48º 0.18% 0.68% -
XYZ 32.15 35.68 44.73 -
YUV 159.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 142 165 173 0.18 0.05 0 0.32 195.48 0.16 0.62
Hex 8E A5 AD 12 5 0 20 C3 10 3E
Octal 216 245 255 22 5 0 40 303 20 76
Binary 10001110 10100101 10101101 10010 101 0 100000 11000011 10000 111110

Color Harmonies of #8EA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA5AD

Black with #8EA5AD

Text Example


Text Example

White with #8EA5AD

Text Example


Text Example

HTML Codes & Css Web 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>