#8EB9BB

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

Shades of Botticelli #8EB9BB

Tints of Botticelli #8EB9BB

Color information

#8EB9BB (or 0x8EB9BB) is unknown color: approx Botticelli. HEX triplet: 8E, B9 and BB. RGB value is (142,185,187). Sum of RGB (Red+Green+Blue) = 142+185+187=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB9BB is #714644. Grayscale: #ACACAC. Windows color (decimal): -7423557 or 12302734. OLE color: 12302734.

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

Color convert

RGB142185187-
CMYK0.240.0100.27
HSL182.67º24.86%64.51%-
HSV(B)182.67º24.06%73.33%-
XYZ37.4744.0453.54-
YUV172.37136.25106.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.63%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=27.63%
G=35.99%
B=36.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421851870.240.0100.27182.6724.8664.51
Hex8EB9BB18101Bb71941
Octal21627127330103326731101
Binary10001110101110011011101111000101101110110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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