#8EB3BE

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

Shades of Botticelli #8EB3BE

Tints of Botticelli #8EB3BE

Color information

#8EB3BE (or 0x8EB3BE) is unknown color: approx Botticelli. HEX triplet: 8E, B3 and BE. RGB value is (142,179,190). Sum of RGB (Red+Green+Blue) = 142+179+190=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EB3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB3BE is #714C41. Grayscale: #A9A9A9. Windows color (decimal): -7425090 or 12497806. OLE color: 12497806.

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

Color convert

RGB142179190-
CMYK0.250.0600.25
HSL193.75º26.97%65.1%-
HSV(B)193.75º25.26%74.51%-
XYZ36.5741.7154.84-
YUV169.19139.74108.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=27.79%
G=35.03%
B=37.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421791900.250.0600.25193.7526.9765.1
Hex8EB3BE196019c21b41
Octal21626327631603130233101
Binary1000111010110011101111101100111001100111000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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