Html Css Color HEX #8EA8AF Botticelli

📋 copy color: '#8EA8AF'

red 142 ◦ green 168 ◦ blue 175

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

Shades of Botticelli #8EA8AF

Tints of Botticelli #8EA8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 29.28%
G = 34.64%
B = 36.08%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8EA8AF (or 0x8EA8AF) is known color: Botticelli. HEX triplet: 8E, A8 and AF. RGB value is (142,168,175). Sum of RGB (Red+Green+Blue) = 142+168+175=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA8AF is #715750. Grayscale: #A0A0A0. Windows color (decimal): -7427921 or 11511950. OLE color: 11511950.

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

Color convert

RGB 142 168 175 -
CMYK 0.19 0.04 0 0.31
HSL 192.73º 0.17% 0.62% -
HSV(B) 192.73º 0.19% 0.69% -
XYZ 32.9 36.85 45.94 -
YUV 161.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 142 168 175 0.19 0.04 0 0.31 192.73 0.17 0.62
Hex 8E A8 AF 13 4 0 1F C1 11 3E
Octal 216 250 257 23 4 0 37 301 21 76
Binary 10001110 10101000 10101111 10011 100 0 11111 11000001 10001 111110

Color Harmonies of #8EA8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA8AF

Black with #8EA8AF

Text Example


Text Example

White with #8EA8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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