#8EBDBF

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

Shades of Botticelli #8EBDBF

Tints of Botticelli #8EBDBF

Color information

#8EBDBF (or 0x8EBDBF) is unknown color: approx Botticelli. HEX triplet: 8E, BD and BF. RGB value is (142,189,191). Sum of RGB (Red+Green+Blue) = 142+189+191=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDBF is #714240. Grayscale: #AFAFAF. Windows color (decimal): -7422529 or 12565902. OLE color: 12565902.

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

Color convert

RGB142189191-
CMYK0.260.0100.25
HSL182.45º27.68%65.29%-
HSV(B)182.45º25.65%74.9%-
XYZ38.7645.9156.11-
YUV175.18136.93104.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 191 (75% from 255) = 36.59%
R=27.20%
G=36.21%
B=36.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421891910.260.0100.25182.4527.6865.29
Hex8EBDBF1A1019b61c41
Octal21627527732103126634101
Binary10001110101111011011111111010101100110110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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