#8EB3BC

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

Shades of Botticelli #8EB3BC

Tints of Botticelli #8EB3BC

Color information

#8EB3BC (or 0x8EB3BC) is unknown color: approx Botticelli. HEX triplet: 8E, B3 and BC. RGB value is (142,179,188). Sum of RGB (Red+Green+Blue) = 142+179+188=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB3BC is #714C43. Grayscale: #A8A8A8. Windows color (decimal): -7425092 or 12366734. OLE color: 12366734.

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

Color convert

RGB142179188-
CMYK0.240.0500.26
HSL191.74º25.56%64.71%-
HSV(B)191.74º24.47%73.73%-
XYZ36.3541.6253.69-
YUV168.96138.74108.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=27.90%
G=35.17%
B=36.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421791880.240.0500.26191.7425.5664.71
Hex8EB3BC18501Ac01a41
Octal21626327430503230032101
Binary1000111010110011101111001100010101101011000000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,188); }

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

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

 a { background-color: rgb(142,179,188); }

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

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

 span { border-color: rgb(142,179,188); }

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