#8EB1BE

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

Shades of Botticelli #8EB1BE

Tints of Botticelli #8EB1BE

Color information

#8EB1BE (or 0x8EB1BE) is unknown color: approx Botticelli. HEX triplet: 8E, B1 and BE. RGB value is (142,177,190). Sum of RGB (Red+Green+Blue) = 142+177+190=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1BE is #714E41. Grayscale: #A7A7A7. Windows color (decimal): -7425602 or 12497294. OLE color: 12497294.

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

Color convert

RGB142177190-
CMYK0.250.0700.25
HSL196.25º26.97%65.1%-
HSV(B)196.25º25.26%74.51%-
XYZ36.1740.9154.71-
YUV168.02140.4109.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=27.90%
G=34.77%
B=37.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421771900.250.0700.25196.2526.9765.1
Hex8EB1BE197019c41b41
Octal21626127631703130433101
Binary1000111010110001101111101100111101100111000100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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