#8FAEB7

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

Shades of Botticelli #8FAEB7

Tints of Botticelli #8FAEB7

Color information

#8FAEB7 (or 0x8FAEB7) is unknown color: approx Botticelli. HEX triplet: 8F, AE and B7. RGB value is (143,174,183). Sum of RGB (Red+Green+Blue) = 143+174+183=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 183 - color contains mainly: blue. Hex color #8FAEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEB7 is #705148. Grayscale: #A5A5A5. Windows color (decimal): -7360841 or 12037775. OLE color: 12037775.

HSL color Cylindrical-coordinate representation of color #8FAEB7: hue angle of 193.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FAEB7 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB143174183-
CMYK0.220.0500.28
HSL193.5º21.74%63.92%-
HSV(B)193.5º21.86%71.76%-
XYZ35.0139.5350.58-
YUV165.76137.73111.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.6%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=28.6%
G=34.8%
B=36.6%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431741830.220.0500.28193.521.7463.92
Hex8FAEB716501Cc21640
Octal21725626726503430226100
Binary1000111110101110101101111011010101110011000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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