#8EB4BE

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

Shades of Botticelli #8EB4BE

Tints of Botticelli #8EB4BE

Color information

#8EB4BE (or 0x8EB4BE) is unknown color: approx Botticelli. HEX triplet: 8E, B4 and BE. RGB value is (142,180,190). Sum of RGB (Red+Green+Blue) = 142+180+190=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB4BE is #714B41. Grayscale: #A9A9A9. Windows color (decimal): -7424834 or 12498062. OLE color: 12498062.

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

Color convert

RGB142180190-
CMYK0.250.0500.25
HSL192.5º26.97%65.1%-
HSV(B)192.5º25.26%74.51%-
XYZ36.7742.1154.91-
YUV169.78139.41108.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=27.73%
G=35.16%
B=37.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421801900.250.0500.25192.526.9765.1
Hex8EB4BE195019c01b41
Octal21626427631503130033101
Binary1000111010110100101111101100110101100111000000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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