#8EBAC5

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

Shades of Botticelli #8EBAC5

Tints of Botticelli #8EBAC5

Color information

#8EBAC5 (or 0x8EBAC5) is unknown color: approx Botticelli. HEX triplet: 8E, BA and C5. RGB value is (142,186,197). Sum of RGB (Red+Green+Blue) = 142+186+197=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EBAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAC5 is #71453A. Grayscale: #AEAEAE. Windows color (decimal): -7423291 or 12958350. OLE color: 12958350.

HSL color Cylindrical-coordinate representation of color #8EBAC5: hue angle of 192º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EBAC5 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB142186197-
CMYK0.280.0600.23
HSL192º32.16%66.47%-
HSV(B)192º27.92%77.25%-
XYZ38.7944.959.45-
YUV174.1140.92105.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=27.05%
G=35.43%
B=37.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421861970.280.0600.2319232.1666.47
Hex8EBAC51C6017c02042
Octal21627230534602730040102
Binary10001110101110101100010111100110010111110000001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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