#8FB6BA

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

Shades of Botticelli #8FB6BA

Tints of Botticelli #8FB6BA

Color information

#8FB6BA (or 0x8FB6BA) is unknown color: approx Botticelli. HEX triplet: 8F, B6 and BA. RGB value is (143,182,186). Sum of RGB (Red+Green+Blue) = 143+182+186=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB6BA is #704945. Grayscale: #AAAAAA. Windows color (decimal): -7358790 or 12236431. OLE color: 12236431.

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

Color convert

RGB143182186-
CMYK0.230.0200.27
HSL185.58º23.76%64.51%-
HSV(B)185.58º23.12%72.94%-
XYZ36.9242.8452.78-
YUV170.8136.58108.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=27.98%
G=35.62%
B=36.40%

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
Decimal1431821860.230.0200.27185.5823.7664.51
Hex8FB6BA17201Bba1841
Octal21726627227203327230101
Binary100011111011011010111010101111001101110111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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