Html Css Color HEX #8FA3AB Botticelli

📋 copy color: '#8FA3AB'

red 143 ◦ green 163 ◦ blue 171

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

Shades of Botticelli #8FA3AB

Tints of Botticelli #8FA3AB

RGB

 RED value IS 143 (56.25% from 255) = 29.98%

 GREEN value IS 163 (64.06% from 255) = 34.17%

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

R = 29.98%
G = 34.17%
B = 35.85%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8FA3AB (or 0x8FA3AB) is known color: Botticelli. HEX triplet: 8F, A3 and AB. RGB value is (143,163,171). Sum of RGB (Red+Green+Blue) = 143+163+171=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 163 (64.06% from 255 or 34.17% 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 #8FA3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA3AB is #705C54. Grayscale: #9D9D9D. Windows color (decimal): -7363669 or 11248527. OLE color: 11248527.

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

Color convert

RGB 143 163 171 -
CMYK 0.16 0.05 0 0.33
HSL 197.14º 0.14% 0.62% -
HSV(B) 197.14º 0.16% 0.67% -
XYZ 31.78 34.97 43.6 -
YUV 157.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 143 163 171 0.16 0.05 0 0.33 197.14 0.14 0.62
Hex 8F A3 AB 10 5 0 21 C5 E 3E
Octal 217 243 253 20 5 0 41 305 16 76
Binary 10001111 10100011 10101011 10000 101 0 100001 11000101 1110 111110

Color Harmonies of #8FA3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA3AB

Black with #8FA3AB

Text Example


Text Example

White with #8FA3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,163,171); }

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

background-color css

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

 a { background-color: rgb(143,163,171); }

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

border-color css

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

 span { border-color: rgb(143,163,171); }

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