#8EB3BD

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

Shades of Botticelli #8EB3BD

Tints of Botticelli #8EB3BD

Color information

#8EB3BD (or 0x8EB3BD) is unknown color: approx Botticelli. HEX triplet: 8E, B3 and BD. RGB value is (142,179,189). Sum of RGB (Red+Green+Blue) = 142+179+189=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB3BD is #714C42. Grayscale: #A9A9A9. Windows color (decimal): -7425091 or 12432270. OLE color: 12432270.

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

Color convert

RGB142179189-
CMYK0.250.0500.26
HSL192.77º26.26%64.9%-
HSV(B)192.77º24.87%74.12%-
XYZ36.4641.6754.26-
YUV169.08139.24108.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=27.84%
G=35.10%
B=37.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421791890.250.0500.26192.7726.2664.9
Hex8EB3BD19501Ac11a41
Octal21626327531503230132101
Binary1000111010110011101111011100110101101011000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,189); }

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

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

 a { background-color: rgb(142,179,189); }

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

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

 span { border-color: rgb(142,179,189); }

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