#8EBCBD

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

Shades of Botticelli #8EBCBD

Tints of Botticelli #8EBCBD

Color information

#8EBCBD (or 0x8EBCBD) is unknown color: approx Botticelli. HEX triplet: 8E, BC and BD. RGB value is (142,188,189). Sum of RGB (Red+Green+Blue) = 142+188+189=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCBD is #714342. Grayscale: #AEAEAE. Windows color (decimal): -7422787 or 12434574. OLE color: 12434574.

HSL color Cylindrical-coordinate representation of color #8EBCBD: hue angle of 181.28º 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 #8EBCBD is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142188189-
CMYK0.250.0100.26
HSL181.28º26.26%64.9%-
HSV(B)181.28º24.87%74.12%-
XYZ38.3245.3954.89-
YUV174.36136.26104.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=27.36%
G=36.22%
B=36.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881890.250.0100.26181.2826.2664.9
Hex8EBCBD19101Ab51a41
Octal21627427531103226532101
Binary10001110101111001011110111001101101010110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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