#8FB1BA

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

Shades of Botticelli #8FB1BA

Tints of Botticelli #8FB1BA

Color information

#8FB1BA (or 0x8FB1BA) is unknown color: approx Botticelli. HEX triplet: 8F, B1 and BA. RGB value is (143,177,186). Sum of RGB (Red+Green+Blue) = 143+177+186=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1BA is #704E45. Grayscale: #A7A7A7. Windows color (decimal): -7360070 or 12235151. OLE color: 12235151.

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

Color convert

RGB143177186-
CMYK0.230.0500.27
HSL192.56º23.76%64.51%-
HSV(B)192.56º23.12%72.94%-
XYZ35.9140.8352.44-
YUV167.86138.24110.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.26%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=28.26%
G=34.98%
B=36.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431771860.230.0500.27192.5623.7664.51
Hex8FB1BA17501Bc11841
Octal21726127227503330130101
Binary1000111110110001101110101011110101101111000001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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