Html Css Color HEX #8EA4AB Botticelli

📋 copy color: '#8EA4AB'

red 142 ◦ green 164 ◦ blue 171

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

Shades of Botticelli #8EA4AB

Tints of Botticelli #8EA4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 29.77%
G = 34.38%
B = 35.85%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8EA4AB (or 0x8EA4AB) is known color: Botticelli. HEX triplet: 8E, A4 and AB. RGB value is (142,164,171). Sum of RGB (Red+Green+Blue) = 142+164+171=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #8EA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA4AB is #715B54. Grayscale: #9E9E9E. Windows color (decimal): -7428949 or 11248782. OLE color: 11248782.

HSL color Cylindrical-coordinate representation of color #8EA4AB: hue angle of 194.48º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA4AB is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 164 171 -
CMYK 0.17 0.04 0 0.33
HSL 194.48º 0.15% 0.61% -
HSV(B) 194.48º 0.17% 0.67% -
XYZ 31.78 35.24 43.66 -
YUV 158.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 142 164 171 0.17 0.04 0 0.33 194.48 0.15 0.61
Hex 8E A4 AB 11 4 0 21 C2 F 3D
Octal 216 244 253 21 4 0 41 302 17 75
Binary 10001110 10100100 10101011 10001 100 0 100001 11000010 1111 111101

Color Harmonies of #8EA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA4AB

Black with #8EA4AB

Text Example


Text Example

White with #8EA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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