#8FADBA

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

Shades of Botticelli #8FADBA

Tints of Botticelli #8FADBA

Color information

#8FADBA (or 0x8FADBA) is unknown color: approx Botticelli. HEX triplet: 8F, AD and BA. RGB value is (143,173,186). Sum of RGB (Red+Green+Blue) = 143+173+186=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADBA is #705245. Grayscale: #A5A5A5. Windows color (decimal): -7361094 or 12234127. OLE color: 12234127.

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

Color convert

RGB143173186-
CMYK0.230.0700.27
HSL198.14º23.76%64.51%-
HSV(B)198.14º23.12%72.94%-
XYZ35.1339.2752.18-
YUV165.51139.56111.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=28.49%
G=34.46%
B=37.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431731860.230.0700.27198.1423.7664.51
Hex8FADBA17701Bc61841
Octal21725527227703330630101
Binary1000111110101101101110101011111101101111000110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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