#8EB7BA

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

Shades of Botticelli #8EB7BA

Tints of Botticelli #8EB7BA

Color information

#8EB7BA (or 0x8EB7BA) is unknown color: approx Botticelli. HEX triplet: 8E, B7 and BA. RGB value is (142,183,186). Sum of RGB (Red+Green+Blue) = 142+183+186=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 183 (71.88% from 255 or 35.81% 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 #8EB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB7BA is #714845. Grayscale: #ABABAB. Windows color (decimal): -7424070 or 12236686. OLE color: 12236686.

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

Color convert

RGB142183186-
CMYK0.240.0200.27
HSL184.09º24.18%64.31%-
HSV(B)184.09º23.66%72.94%-
XYZ36.9543.1652.84-
YUV171.08136.42107.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 183 (71.88% from 255) = 35.81%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=27.79%
G=35.81%
B=36.40%

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
Decimal1421831860.240.0200.27184.0924.1864.31
Hex8EB7BA18201Bb81840
Octal21626727230203327030100
Binary100011101011011110111010110001001101110111000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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