Html Css Color HEX #8EA5AC Botticelli

📋 copy color: '#8EA5AC'

red 142 ◦ green 165 ◦ blue 172

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

Shades of Botticelli #8EA5AC

Tints of Botticelli #8EA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 29.65%
G = 34.45%
B = 35.91%

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

#8EA5AC (or 0x8EA5AC) is known color: Botticelli. HEX triplet: 8E, A5 and AC. RGB value is (142,165,172). Sum of RGB (Red+Green+Blue) = 142+165+172=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EA5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA5AC is #715A53. Grayscale: #9E9E9E. Windows color (decimal): -7428692 or 11314574. OLE color: 11314574.

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

Color convert

RGB 142 165 172 -
CMYK 0.17 0.04 0 0.33
HSL 194º 0.15% 0.62% -
HSV(B) 194º 0.17% 0.67% -
XYZ 32.06 35.64 44.22 -
YUV 158.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 142 165 172 0.17 0.04 0 0.33 194 0.15 0.62
Hex 8E A5 AC 11 4 0 21 C2 F 3E
Octal 216 245 254 21 4 0 41 302 17 76
Binary 10001110 10100101 10101100 10001 100 0 100001 11000010 1111 111110

Color Harmonies of #8EA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA5AC

Black with #8EA5AC

Text Example


Text Example

White with #8EA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,165,172); }

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

background-color css

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

 a { background-color: rgb(142,165,172); }

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

border-color css

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

 span { border-color: rgb(142,165,172); }

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