#8EB1BA

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

Shades of Botticelli #8EB1BA

Tints of Botticelli #8EB1BA

Color information

#8EB1BA (or 0x8EB1BA) is unknown color: approx Botticelli. HEX triplet: 8E, B1 and BA. RGB value is (142,177,186). Sum of RGB (Red+Green+Blue) = 142+177+186=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1BA is #714E45. Grayscale: #A7A7A7. Windows color (decimal): -7425606 or 12235150. OLE color: 12235150.

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

Color convert

RGB142177186-
CMYK0.240.0500.27
HSL192.27º24.18%64.31%-
HSV(B)192.27º23.66%72.94%-
XYZ35.7440.7452.43-
YUV167.56138.4109.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.12%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=28.12%
G=35.05%
B=36.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421771860.240.0500.27192.2724.1864.31
Hex8EB1BA18501Bc01840
Octal21626127230503330030100
Binary1000111010110001101110101100010101101111000000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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