#8DBBBF

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

Shades of Botticelli #8DBBBF

Tints of Botticelli #8DBBBF

Color information

#8DBBBF (or 0x8DBBBF) is unknown color: approx Botticelli. HEX triplet: 8D, BB and BF. RGB value is (141,187,191). Sum of RGB (Red+Green+Blue) = 141+187+191=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DBBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBBF is #724440. Grayscale: #ADADAD. Windows color (decimal): -7488577 or 12565389. OLE color: 12565389.

HSL color Cylindrical-coordinate representation of color #8DBBBF: hue angle of 184.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBBBF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141187191-
CMYK0.260.0200.25
HSL184.8º28.09%65.1%-
HSV(B)184.8º26.18%74.9%-
XYZ38.1644.9655.96-
YUV173.7137.76104.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 191 (75% from 255) = 36.80%
R=27.17%
G=36.03%
B=36.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411871910.260.0200.25184.828.0965.1
Hex8DBBBF1A2019b91c41
Octal21527327732203127134101
Binary100011011011101110111111110101001100110111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,187,191); }

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

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

 a { background-color: rgb(141,187,191); }

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

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

 span { border-color: rgb(141,187,191); }

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