Html Css Color HEX #8EABAF Botticelli

📋 copy color: '#8EABAF'

red 142 ◦ green 171 ◦ blue 175

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

Shades of Botticelli #8EABAF

Tints of Botticelli #8EABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.04%

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

R = 29.1%
G = 35.04%
B = 35.86%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8EABAF (or 0x8EABAF) is known color: Botticelli. HEX triplet: 8E, AB and AF. RGB value is (142,171,175). Sum of RGB (Red+Green+Blue) = 142+171+175=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABAF is #715450. Grayscale: #A2A2A2. Windows color (decimal): -7427153 or 11512718. OLE color: 11512718.

HSL color Cylindrical-coordinate representation of color #8EABAF: hue angle of 187.27º 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 #8EABAF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 171 175 -
CMYK 0.19 0.02 0 0.31
HSL 187.27º 0.17% 0.62% -
HSV(B) 187.27º 0.19% 0.69% -
XYZ 33.46 37.97 46.12 -
YUV 162.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 142 171 175 0.19 0.02 0 0.31 187.27 0.17 0.62
Hex 8E AB AF 13 2 0 1F BB 11 3E
Octal 216 253 257 23 2 0 37 273 21 76
Binary 10001110 10101011 10101111 10011 10 0 11111 10111011 10001 111110

Color Harmonies of #8EABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABAF

Black with #8EABAF

Text Example


Text Example

White with #8EABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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