#8EBBBD

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

Shades of Botticelli #8EBBBD

Tints of Botticelli #8EBBBD

Color information

#8EBBBD (or 0x8EBBBD) is unknown color: approx Botticelli. HEX triplet: 8E, BB and BD. RGB value is (142,187,189). Sum of RGB (Red+Green+Blue) = 142+187+189=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EBBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBBD is #714442. Grayscale: #ADADAD. Windows color (decimal): -7423043 or 12434318. OLE color: 12434318.

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

Color convert

RGB142187189-
CMYK0.250.0100.26
HSL182.55º26.26%64.9%-
HSV(B)182.55º24.87%74.12%-
XYZ38.1144.9754.81-
YUV173.77136.59105.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=27.41%
G=36.10%
B=36.49%

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
Decimal1421871890.250.0100.26182.5526.2664.9
Hex8EBBBD19101Ab71a41
Octal21627327531103226732101
Binary10001110101110111011110111001101101010110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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