#8EB6BB

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

Shades of Botticelli #8EB6BB

Tints of Botticelli #8EB6BB

Color information

#8EB6BB (or 0x8EB6BB) is unknown color: approx Botticelli. HEX triplet: 8E, B6 and BB. RGB value is (142,182,187). Sum of RGB (Red+Green+Blue) = 142+182+187=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6BB is #714944. Grayscale: #AAAAAA. Windows color (decimal): -7424325 or 12301966. OLE color: 12301966.

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

Color convert

RGB142182187-
CMYK0.240.0300.27
HSL186.67º24.86%64.51%-
HSV(B)186.67º24.06%73.33%-
XYZ36.8542.7953.33-
YUV170.61137.25107.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=27.79%
G=35.62%
B=36.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421821870.240.0300.27186.6724.8664.51
Hex8EB6BB18301Bbb1941
Octal21626627330303327331101
Binary100011101011011010111011110001101101110111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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