#8FB9BA

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

Shades of Botticelli #8FB9BA

Tints of Botticelli #8FB9BA

Color information

#8FB9BA (or 0x8FB9BA) is unknown color: approx Botticelli. HEX triplet: 8F, B9 and BA. RGB value is (143,185,186). Sum of RGB (Red+Green+Blue) = 143+185+186=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB9BA is #704645. Grayscale: #ACACAC. Windows color (decimal): -7358022 or 12237199. OLE color: 12237199.

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

Color convert

RGB143185186-
CMYK0.230.0100.27
HSL181.4º23.76%64.51%-
HSV(B)181.4º23.12%72.94%-
XYZ37.5444.0852.98-
YUV172.56135.59106.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=27.82%
G=35.99%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851860.230.0100.27181.423.7664.51
Hex8FB9BA17101Bb51841
Octal21727127227103326530101
Binary10001111101110011011101010111101101110110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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