#8DB8BA

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

Shades of Botticelli #8DB8BA

Tints of Botticelli #8DB8BA

Color information

#8DB8BA (or 0x8DB8BA) is unknown color: approx Botticelli. HEX triplet: 8D, B8 and BA. RGB value is (141,184,186). Sum of RGB (Red+Green+Blue) = 141+184+186=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB8BA is #724745. Grayscale: #ABABAB. Windows color (decimal): -7489350 or 12236941. OLE color: 12236941.

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

Color convert

RGB141184186-
CMYK0.240.0100.27
HSL182.67º24.59%64.12%-
HSV(B)182.67º24.19%72.94%-
XYZ36.9943.4952.9-
YUV171.37136.25106.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=27.59%
G=36.01%
B=36.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411841860.240.0100.27182.6724.5964.12
Hex8DB8BA18101Bb71940
Octal21527027230103326731100
Binary10001101101110001011101011000101101110110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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