#8EB7BB

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

Shades of Botticelli #8EB7BB

Tints of Botticelli #8EB7BB

Color information

#8EB7BB (or 0x8EB7BB) is unknown color: approx Botticelli. HEX triplet: 8E, B7 and BB. RGB value is (142,183,187). Sum of RGB (Red+Green+Blue) = 142+183+187=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB7BB is #714844. Grayscale: #ABABAB. Windows color (decimal): -7424069 or 12302222. OLE color: 12302222.

HSL color Cylindrical-coordinate representation of color #8EB7BB: hue angle of 185.33º 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 #8EB7BB is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142183187-
CMYK0.240.0200.27
HSL185.33º24.86%64.51%-
HSV(B)185.33º24.06%73.33%-
XYZ37.0643.2153.4-
YUV171.2136.92107.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=27.73%
G=35.74%
B=36.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421831870.240.0200.27185.3324.8664.51
Hex8EB7BB18201Bb91941
Octal21626727330203327131101
Binary100011101011011110111011110001001101110111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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