#8EBBBC

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

Shades of Botticelli #8EBBBC

Tints of Botticelli #8EBBBC

Color information

#8EBBBC (or 0x8EBBBC) is unknown color: approx Botticelli. HEX triplet: 8E, BB and BC. RGB value is (142,187,188). Sum of RGB (Red+Green+Blue) = 142+187+188=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBBC is #714443. Grayscale: #ADADAD. Windows color (decimal): -7423044 or 12368782. OLE color: 12368782.

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

Color convert

RGB142187188-
CMYK0.240.0100.26
HSL181.3º25.56%64.71%-
HSV(B)181.3º24.47%73.73%-
XYZ3844.9254.24-
YUV173.66136.09105.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=27.47%
G=36.17%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421871880.240.0100.26181.325.5664.71
Hex8EBBBC18101Ab51a41
Octal21627327430103226532101
Binary10001110101110111011110011000101101010110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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