#8EB6BD

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

Shades of Botticelli #8EB6BD

Tints of Botticelli #8EB6BD

Color information

#8EB6BD (or 0x8EB6BD) is unknown color: approx Botticelli. HEX triplet: 8E, B6 and BD. RGB value is (142,182,189). Sum of RGB (Red+Green+Blue) = 142+182+189=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6BD is #714942. Grayscale: #AAAAAA. Windows color (decimal): -7424323 or 12433038. OLE color: 12433038.

HSL color Cylindrical-coordinate representation of color #8EB6BD: hue angle of 188.94º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EB6BD is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142182189-
CMYK0.250.0400.26
HSL188.94º26.26%64.9%-
HSV(B)188.94º24.87%74.12%-
XYZ37.0742.8854.47-
YUV170.84138.25107.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.68%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=27.68%
G=35.48%
B=36.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421821890.250.0400.26188.9426.2664.9
Hex8EB6BD19401Abd1a41
Octal21626627531403227532101
Binary1000111010110110101111011100110001101010111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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