#8EB2BF

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

Shades of Botticelli #8EB2BF

Tints of Botticelli #8EB2BF

Color information

#8EB2BF (or 0x8EB2BF) is unknown color: approx Botticelli. HEX triplet: 8E, B2 and BF. RGB value is (142,178,191). Sum of RGB (Red+Green+Blue) = 142+178+191=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2BF is #714D40. Grayscale: #A8A8A8. Windows color (decimal): -7425345 or 12563086. OLE color: 12563086.

HSL color Cylindrical-coordinate representation of color #8EB2BF: hue angle of 195.92º 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 #8EB2BF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142178191-
CMYK0.260.0700.25
HSL195.92º27.68%65.29%-
HSV(B)195.92º25.65%74.9%-
XYZ36.4841.3555.35-
YUV168.72140.57108.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 191 (75% from 255) = 37.38%
R=27.79%
G=34.83%
B=37.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421781910.260.0700.25195.9227.6865.29
Hex8EB2BF1A7019c41c41
Octal21626227732703130434101
Binary1000111010110010101111111101011101100111000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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