#8FB8BA

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

Shades of Botticelli #8FB8BA

Tints of Botticelli #8FB8BA

Color information

#8FB8BA (or 0x8FB8BA) is unknown color: approx Botticelli. HEX triplet: 8F, B8 and BA. RGB value is (143,184,186). Sum of RGB (Red+Green+Blue) = 143+184+186=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8BA is #704745. Grayscale: #ABABAB. Windows color (decimal): -7358278 or 12236943. OLE color: 12236943.

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

Color convert

RGB143184186-
CMYK0.230.0100.27
HSL182.79º23.76%64.51%-
HSV(B)182.79º23.12%72.94%-
XYZ37.3343.6752.92-
YUV171.97135.92107.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.88%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=27.88%
G=35.87%
B=36.26%

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
Decimal1431841860.230.0100.27182.7923.7664.51
Hex8FB8BA17101Bb71841
Octal21727027227103326730101
Binary10001111101110001011101010111101101110110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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