Html Css Color HEX #8EA4A9 Botticelli

📋 copy color: '#8EA4A9'

red 142 ◦ green 164 ◦ blue 169

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

Shades of Botticelli #8EA4A9

Tints of Botticelli #8EA4A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.58%

R = 29.89%
G = 34.53%
B = 35.58%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8EA4A9 (or 0x8EA4A9) is known color: Botticelli. HEX triplet: 8E, A4 and A9. RGB value is (142,164,169). Sum of RGB (Red+Green+Blue) = 142+164+169=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #8EA4A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA4A9 is #715B56. Grayscale: #9D9D9D. Windows color (decimal): -7428951 or 11117710. OLE color: 11117710.

HSL color Cylindrical-coordinate representation of color #8EA4A9: hue angle of 191.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA4A9 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 164 169 -
CMYK 0.16 0.03 0 0.34
HSL 191.11º 0.14% 0.61% -
HSV(B) 191.11º 0.16% 0.66% -
XYZ 31.59 35.17 42.66 -
YUV 157.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 142 164 169 0.16 0.03 0 0.34 191.11 0.14 0.61
Hex 8E A4 A9 10 3 0 22 BF E 3D
Octal 216 244 251 20 3 0 42 277 16 75
Binary 10001110 10100100 10101001 10000 11 0 100010 10111111 1110 111101

Color Harmonies of #8EA4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA4A9

Black with #8EA4A9

Text Example


Text Example

White with #8EA4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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