#8EBAC3

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

Shades of Botticelli #8EBAC3

Tints of Botticelli #8EBAC3

Color information

#8EBAC3 (or 0x8EBAC3) is unknown color: approx Botticelli. HEX triplet: 8E, BA and C3. RGB value is (142,186,195). Sum of RGB (Red+Green+Blue) = 142+186+195=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EBAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAC3 is #71453C. Grayscale: #ADADAD. Windows color (decimal): -7423293 or 12827278. OLE color: 12827278.

HSL color Cylindrical-coordinate representation of color #8EBAC3: hue angle of 190.19º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EBAC3 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142186195-
CMYK0.270.0500.24
HSL190.19º30.64%66.08%-
HSV(B)190.19º27.18%76.47%-
XYZ38.5644.8158.25-
YUV173.87139.92105.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.15%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=27.15%
G=35.56%
B=37.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421861950.270.0500.24190.1930.6466.08
Hex8EBAC31B5018be1f42
Octal21627230333503027637102
Binary1000111010111010110000111101110101100010111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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