#8EADBA

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

Shades of Botticelli #8EADBA

Tints of Botticelli #8EADBA

Color information

#8EADBA (or 0x8EADBA) is unknown color: approx Botticelli. HEX triplet: 8E, AD and BA. RGB value is (142,173,186). Sum of RGB (Red+Green+Blue) = 142+173+186=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADBA is #715245. Grayscale: #A5A5A5. Windows color (decimal): -7426630 or 12234126. OLE color: 12234126.

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

Color convert

RGB142173186-
CMYK0.240.0700.27
HSL197.73º24.18%64.31%-
HSV(B)197.73º23.66%72.94%-
XYZ34.9639.1852.17-
YUV165.21139.73111.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=28.34%
G=34.53%
B=37.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421731860.240.0700.27197.7324.1864.31
Hex8EADBA18701Bc61840
Octal21625527230703330630100
Binary1000111010101101101110101100011101101111000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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