#8EBEBF

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

Shades of Botticelli #8EBEBF

Tints of Botticelli #8EBEBF

Color information

#8EBEBF (or 0x8EBEBF) is unknown color: approx Botticelli. HEX triplet: 8E, BE and BF. RGB value is (142,190,191). Sum of RGB (Red+Green+Blue) = 142+190+191=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEBF is #714140. Grayscale: #AFAFAF. Windows color (decimal): -7422273 or 12566158. OLE color: 12566158.

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

Color convert

RGB142190191-
CMYK0.260.0100.25
HSL181.22º27.68%65.29%-
HSV(B)181.22º25.65%74.9%-
XYZ38.9746.3456.18-
YUV175.76136.6103.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.15%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 191 (75% from 255) = 36.52%
R=27.15%
G=36.33%
B=36.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901910.260.0100.25181.2227.6865.29
Hex8EBEBF1A1019b51c41
Octal21627627732103126534101
Binary10001110101111101011111111010101100110110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,191); }

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

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

 a { background-color: rgb(142,190,191); }

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

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

 span { border-color: rgb(142,190,191); }

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