#8FBABB

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

Shades of Botticelli #8FBABB

Tints of Botticelli #8FBABB

Color information

#8FBABB (or 0x8FBABB) is unknown color: approx Botticelli. HEX triplet: 8F, BA and BB. RGB value is (143,186,187). Sum of RGB (Red+Green+Blue) = 143+186+187=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBABB is #704544. Grayscale: #ADADAD. Windows color (decimal): -7357765 or 12302991. OLE color: 12302991.

HSL color Cylindrical-coordinate representation of color #8FBABB: hue angle of 181.36º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBABB is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143186187-
CMYK0.240.0100.27
HSL181.36º24.44%64.71%-
HSV(B)181.36º23.53%73.33%-
XYZ37.8644.5553.62-
YUV173.26135.75106.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.71%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=27.71%
G=36.05%
B=36.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431861870.240.0100.27181.3624.4464.71
Hex8FBABB18101Bb51841
Octal21727227330103326530101
Binary10001111101110101011101111000101101110110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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