#8FB7BA

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

Shades of Botticelli #8FB7BA

Tints of Botticelli #8FB7BA

Color information

#8FB7BA (or 0x8FB7BA) is unknown color: approx Botticelli. HEX triplet: 8F, B7 and BA. RGB value is (143,183,186). Sum of RGB (Red+Green+Blue) = 143+183+186=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7BA is #704845. Grayscale: #ABABAB. Windows color (decimal): -7358534 or 12236687. OLE color: 12236687.

HSL color Cylindrical-coordinate representation of color #8FB7BA: hue angle of 184.19º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB7BA is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143183186-
CMYK0.230.0200.27
HSL184.19º23.76%64.51%-
HSV(B)184.19º23.12%72.94%-
XYZ37.1243.2552.85-
YUV171.38136.25107.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.93%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=27.93%
G=35.74%
B=36.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431831860.230.0200.27184.1923.7664.51
Hex8FB7BA17201Bb81841
Octal21726727227203327030101
Binary100011111011011110111010101111001101110111000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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