#8EB1BB

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

Shades of Botticelli #8EB1BB

Tints of Botticelli #8EB1BB

Color information

#8EB1BB (or 0x8EB1BB) is unknown color: approx Botticelli. HEX triplet: 8E, B1 and BB. RGB value is (142,177,187). Sum of RGB (Red+Green+Blue) = 142+177+187=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1BB is #714E44. Grayscale: #A7A7A7. Windows color (decimal): -7425605 or 12300686. OLE color: 12300686.

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

Color convert

RGB142177187-
CMYK0.240.0500.27
HSL193.33º24.86%64.51%-
HSV(B)193.33º24.06%73.33%-
XYZ35.8540.7853-
YUV167.68138.9109.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.06%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=28.06%
G=34.98%
B=36.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421771870.240.0500.27193.3324.8664.51
Hex8EB1BB18501Bc11941
Octal21626127330503330131101
Binary1000111010110001101110111100010101101111000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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