Html Css Color HEX #8FABAE Botticelli

📋 copy color: '#8FABAE'

red 143 ◦ green 171 ◦ blue 174

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

Shades of Botticelli #8FABAE

Tints of Botticelli #8FABAE

RGB

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

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

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

R = 29.3%
G = 35.04%
B = 35.66%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8FABAE (or 0x8FABAE) is known color: Botticelli. HEX triplet: 8F, AB and AE. RGB value is (143,171,174). Sum of RGB (Red+Green+Blue) = 143+171+174=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABAE is #705451. Grayscale: #A2A2A2. Windows color (decimal): -7361618 or 11447183. OLE color: 11447183.

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

Color convert

RGB 143 171 174 -
CMYK 0.18 0.02 0 0.32
HSL 185.81º 0.16% 0.62% -
HSV(B) 185.81º 0.18% 0.68% -
XYZ 33.53 38.02 45.62 -
YUV 162.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 143 171 174 0.18 0.02 0 0.32 185.81 0.16 0.62
Hex 8F AB AE 12 2 0 20 BA 10 3E
Octal 217 253 256 22 2 0 40 272 20 76
Binary 10001111 10101011 10101110 10010 10 0 100000 10111010 10000 111110

Color Harmonies of #8FABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABAE

Black with #8FABAE

Text Example


Text Example

White with #8FABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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