#8EACB7

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

Shades of Botticelli #8EACB7

Tints of Botticelli #8EACB7

Color information

#8EACB7 (or 0x8EACB7) is unknown color: approx Botticelli. HEX triplet: 8E, AC and B7. RGB value is (142,172,183). Sum of RGB (Red+Green+Blue) = 142+172+183=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #8EACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACB7 is #715348. Grayscale: #A4A4A4. Windows color (decimal): -7426889 or 12037262. OLE color: 12037262.

HSL color Cylindrical-coordinate representation of color #8EACB7: hue angle of 196.1º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EACB7 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB142172183-
CMYK0.220.0600.28
HSL196.1º22.16%63.73%-
HSV(B)196.1º22.4%71.76%-
XYZ34.4638.6750.45-
YUV164.28138.56112.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 183 (71.88% from 255) = 36.82%
R=28.57%
G=34.61%
B=36.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1421721830.220.0600.28196.122.1663.73
Hex8EACB716601Cc41640
Octal21625426726603430426100
Binary1000111010101100101101111011011001110011000100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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