#8EB1BF

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

Shades of Botticelli #8EB1BF

Tints of Botticelli #8EB1BF

Color information

#8EB1BF (or 0x8EB1BF) is unknown color: approx Botticelli. HEX triplet: 8E, B1 and BF. RGB value is (142,177,191). Sum of RGB (Red+Green+Blue) = 142+177+191=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1BF is #714E40. Grayscale: #A8A8A8. Windows color (decimal): -7425601 or 12562830. OLE color: 12562830.

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

Color convert

RGB142177191-
CMYK0.260.0700.25
HSL197.14º27.68%65.29%-
HSV(B)197.14º25.65%74.9%-
XYZ36.2840.9655.28-
YUV168.13140.9109.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 191 (75% from 255) = 37.45%
R=27.84%
G=34.71%
B=37.45%

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
Decimal1421771910.260.0700.25197.1427.6865.29
Hex8EB1BF1A7019c51c41
Octal21626127732703130534101
Binary1000111010110001101111111101011101100111000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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