#8DB7BA

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

Shades of Botticelli #8DB7BA

Tints of Botticelli #8DB7BA

Color information

#8DB7BA (or 0x8DB7BA) is unknown color: approx Botticelli. HEX triplet: 8D, B7 and BA. RGB value is (141,183,186). Sum of RGB (Red+Green+Blue) = 141+183+186=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7BA is #724845. Grayscale: #AAAAAA. Windows color (decimal): -7489606 or 12236685. OLE color: 12236685.

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

Color convert

RGB141183186-
CMYK0.240.0200.27
HSL184º24.59%64.12%-
HSV(B)184º24.19%72.94%-
XYZ36.7843.0752.83-
YUV170.78136.59106.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.65%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=27.65%
G=35.88%
B=36.47%

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
Decimal1411831860.240.0200.2718424.5964.12
Hex8DB7BA18201Bb81940
Octal21526727230203327031100
Binary100011011011011110111010110001001101110111000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,183,186); }

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

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

 a { background-color: rgb(141,183,186); }

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

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

 span { border-color: rgb(141,183,186); }

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