#8EBABE

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

Shades of Botticelli #8EBABE

Tints of Botticelli #8EBABE

Color information

#8EBABE (or 0x8EBABE) is unknown color: approx Botticelli. HEX triplet: 8E, BA and BE. RGB value is (142,186,190). Sum of RGB (Red+Green+Blue) = 142+186+190=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBABE is #714541. Grayscale: #ADADAD. Windows color (decimal): -7423298 or 12499598. OLE color: 12499598.

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

Color convert

RGB142186190-
CMYK0.250.0200.25
HSL185º26.97%65.1%-
HSV(B)185º25.26%74.51%-
XYZ38.0144.5955.32-
YUV173.3137.42105.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=27.41%
G=35.91%
B=36.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421861900.250.0200.2518526.9765.1
Hex8EBABE192019b91b41
Octal21627227631203127133101
Binary100011101011101010111110110011001100110111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,190); }

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

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

 a { background-color: rgb(142,186,190); }

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

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

 span { border-color: rgb(142,186,190); }

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