#8EB3BF

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

Shades of Botticelli #8EB3BF

Tints of Botticelli #8EB3BF

Color information

#8EB3BF (or 0x8EB3BF) is unknown color: approx Botticelli. HEX triplet: 8E, B3 and BF. RGB value is (142,179,191). Sum of RGB (Red+Green+Blue) = 142+179+191=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EB3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB3BF is #714C40. Grayscale: #A9A9A9. Windows color (decimal): -7425089 or 12563342. OLE color: 12563342.

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

Color convert

RGB142179191-
CMYK0.260.0600.25
HSL194.69º27.68%65.29%-
HSV(B)194.69º25.65%74.9%-
XYZ36.6841.7555.42-
YUV169.3140.24108.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 191 (75% from 255) = 37.30%
R=27.73%
G=34.96%
B=37.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421791910.260.0600.25194.6927.6865.29
Hex8EB3BF1A6019c31c41
Octal21626327732603130334101
Binary1000111010110011101111111101011001100111000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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