#8FAEB3

Color #8FAEB3 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #8FAEB3

Tints of Botticelli #8FAEB3

Color information

#8FAEB3 (or 0x8FAEB3) is unknown color: approx Botticelli. HEX triplet: 8F, AE and B3. RGB value is (143,174,179). Sum of RGB (Red+Green+Blue) = 143+174+179=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #8FAEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEB3 is #70514C. Grayscale: #A5A5A5. Windows color (decimal): -7360845 or 11775631. OLE color: 11775631.

HSL color Cylindrical-coordinate representation of color #8FAEB3: hue angle of 188.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FAEB3 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB143174179-
CMYK0.200.0300.30
HSL188.33º19.15%63.14%-
HSV(B)188.33º20.11%70.2%-
XYZ34.639.3748.42-
YUV165.3135.73112.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.83%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=28.83%
G=35.08%
B=36.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1431741790.200.0300.30188.3319.1563.14
Hex8FAEB314301Ebc133f
Octal2172562632430362742377
Binary10001111101011101011001110100110111101011110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FAEB3;
 }
 .AnyTagClassName
 {
   color: #8FAEB3;
 }
</style>
background-color css

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

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

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

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

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

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