#8EBABC

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

Shades of Botticelli #8EBABC

Tints of Botticelli #8EBABC

Color information

#8EBABC (or 0x8EBABC) is unknown color: approx Botticelli. HEX triplet: 8E, BA and BC. RGB value is (142,186,188). Sum of RGB (Red+Green+Blue) = 142+186+188=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBABC is #714543. Grayscale: #ADADAD. Windows color (decimal): -7423300 or 12368526. OLE color: 12368526.

HSL color Cylindrical-coordinate representation of color #8EBABC: hue angle of 182.61º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBABC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142186188-
CMYK0.240.0100.26
HSL182.61º25.56%64.71%-
HSV(B)182.61º24.47%73.73%-
XYZ37.7944.554.17-
YUV173.07136.42105.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=27.52%
G=36.05%
B=36.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421861880.240.0100.26182.6125.5664.71
Hex8EBABC18101Ab71a41
Octal21627227430103226732101
Binary10001110101110101011110011000101101010110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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