#8EB9BE

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

Shades of Botticelli #8EB9BE

Tints of Botticelli #8EB9BE

Color information

#8EB9BE (or 0x8EB9BE) is unknown color: approx Botticelli. HEX triplet: 8E, B9 and BE. RGB value is (142,185,190). Sum of RGB (Red+Green+Blue) = 142+185+190=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB9BE is #714641. Grayscale: #ACACAC. Windows color (decimal): -7423554 or 12499342. OLE color: 12499342.

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

Color convert

RGB142185190-
CMYK0.250.0300.25
HSL186.25º26.97%65.1%-
HSV(B)186.25º25.26%74.51%-
XYZ37.844.1755.25-
YUV172.71137.75106.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=27.47%
G=35.78%
B=36.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421851900.250.0300.25186.2526.9765.1
Hex8EB9BE193019ba1b41
Octal21627127631303127233101
Binary100011101011100110111110110011101100110111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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