#8eb0b4

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

Shades of Botticelli #8EB0B4

Tints of Botticelli #8EB0B4

Color information

#8EB0B4 (or 0x8EB0B4) is unknown color: approx Botticelli. HEX triplet: 8E, B0 and B4. RGB value is (142,176,180). Sum of RGB (Red+Green+Blue) = 142+176+180=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #8EB0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB0B4 is #714F4B. Grayscale: #A6A6A6. Windows color (decimal): -7425868 or 11841678. OLE color: 11841678.

HSL color Cylindrical-coordinate representation of color #8EB0B4: hue angle of 186.32º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EB0B4 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB142176180-
CMYK0.210.0200.29
HSL186.32º20.21%63.14%-
HSV(B)186.32º21.11%70.59%-
XYZ34.9240.149.08-
YUV166.29135.74110.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=28.51%
G=35.34%
B=36.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421761800.210.0200.29186.3220.2163.14
Hex8EB0B415201Dba143f
Octal2162602642520352722477
Binary10001110101100001011010010101100111011011101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eb0b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,176,180); }

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

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

 a { background-color: rgb(142,176,180); }

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

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

 span { border-color: rgb(142,176,180); }

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