#8FBAC1

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

Shades of Botticelli #8FBAC1

Tints of Botticelli #8FBAC1

Color information

#8FBAC1 (or 0x8FBAC1) is unknown color: approx Botticelli. HEX triplet: 8F, BA and C1. RGB value is (143,186,193). Sum of RGB (Red+Green+Blue) = 143+186+193=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAC1 is #70453E. Grayscale: #ADADAD. Windows color (decimal): -7357759 or 12696207. OLE color: 12696207.

HSL color Cylindrical-coordinate representation of color #8FBAC1: hue angle of 188.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FBAC1 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143186193-
CMYK0.260.0400.24
HSL188.4º28.74%65.88%-
HSV(B)188.4º25.91%75.69%-
XYZ38.5144.8157.07-
YUV173.94138.75105.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.39%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=27.39%
G=35.63%
B=36.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431861930.260.0400.24188.428.7465.88
Hex8FBAC11A4018bc1d42
Octal21727230132403027435102
Binary1000111110111010110000011101010001100010111100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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