Html Css Color HEX #8EA9AE Botticelli

📋 copy color: '#8EA9AE'

red 142 ◦ green 169 ◦ blue 174

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

Shades of Botticelli #8EA9AE

Tints of Botticelli #8EA9AE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.85%

 BLUE value IS 174 (68.36% from 255) = 35.88%

R = 29.28%
G = 34.85%
B = 35.88%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8EA9AE (or 0x8EA9AE) is known color: Botticelli. HEX triplet: 8E, A9 and AE. RGB value is (142,169,174). Sum of RGB (Red+Green+Blue) = 142+169+174=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #8EA9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA9AE is #715651. Grayscale: #A1A1A1. Windows color (decimal): -7427666 or 11446670. OLE color: 11446670.

HSL color Cylindrical-coordinate representation of color #8EA9AE: hue angle of 189.38º 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 #8EA9AE is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 169 174 -
CMYK 0.18 0.03 0 0.32
HSL 189.38º 0.16% 0.62% -
HSV(B) 189.38º 0.18% 0.68% -
XYZ 32.98 37.18 45.48 -
YUV 161.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 142 169 174 0.18 0.03 0 0.32 189.38 0.16 0.62
Hex 8E A9 AE 12 3 0 20 BD 10 3E
Octal 216 251 256 22 3 0 40 275 20 76
Binary 10001110 10101001 10101110 10010 11 0 100000 10111101 10000 111110

Color Harmonies of #8EA9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA9AE

Black with #8EA9AE

Text Example


Text Example

White with #8EA9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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