#8FB8BB

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

Shades of Botticelli #8FB8BB

Tints of Botticelli #8FB8BB

Color information

#8FB8BB (or 0x8FB8BB) is unknown color: approx Botticelli. HEX triplet: 8F, B8 and BB. RGB value is (143,184,187). Sum of RGB (Red+Green+Blue) = 143+184+187=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8BB is #704744. Grayscale: #ACACAC. Windows color (decimal): -7358277 or 12302479. OLE color: 12302479.

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

Color convert

RGB143184187-
CMYK0.240.0200.27
HSL184.09º24.44%64.71%-
HSV(B)184.09º23.53%73.33%-
XYZ37.4443.7153.48-
YUV172.08136.42107.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=27.82%
G=35.80%
B=36.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431841870.240.0200.27184.0924.4464.71
Hex8FB8BB18201Bb81841
Octal21727027330203327030101
Binary100011111011100010111011110001001101110111000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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