#8DB1BF

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

Shades of Botticelli #8DB1BF

Tints of Botticelli #8DB1BF

Color information

#8DB1BF (or 0x8DB1BF) is unknown color: approx Botticelli. HEX triplet: 8D, B1 and BF. RGB value is (141,177,191). Sum of RGB (Red+Green+Blue) = 141+177+191=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1BF is #724E40. Grayscale: #A7A7A7. Windows color (decimal): -7491137 or 12562829. OLE color: 12562829.

HSL color Cylindrical-coordinate representation of color #8DB1BF: hue angle of 196.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 #8DB1BF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141177191-
CMYK0.260.0700.25
HSL196.8º28.09%65.1%-
HSV(B)196.8º26.18%74.9%-
XYZ36.1140.8755.28-
YUV167.83141.07108.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 191 (75% from 255) = 37.52%
R=27.70%
G=34.77%
B=37.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411771910.260.0700.25196.828.0965.1
Hex8DB1BF1A7019c51c41
Octal21526127732703130534101
Binary1000110110110001101111111101011101100111000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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