#8EB5B5

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

Shades of Botticelli #8EB5B5

Tints of Botticelli #8EB5B5

Color information

#8EB5B5 (or 0x8EB5B5) is unknown color: approx Botticelli. HEX triplet: 8E, B5 and B5. RGB value is (142,181,181). Sum of RGB (Red+Green+Blue) = 142+181+181=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: green, blue. Hex color #8EB5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB5B5 is #714A4A. Grayscale: #A9A9A9. Windows color (decimal): -7424587 or 11908494. OLE color: 11908494.

HSL color Cylindrical-coordinate representation of color #8EB5B5: hue angle of 180º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EB5B5 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB142181181-
CMYK0.22000.29
HSL180º20.86%63.33%-
HSV(B)180º21.55%70.98%-
XYZ36.0242.1349.95-
YUV169.34134.58108.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=28.17%
G=35.91%
B=35.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421811810.22000.2918020.8663.33
Hex8EB5B516001Db4153f
Octal2162652652600352642577
Binary1000111010110101101101011011000111011011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,181); }

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

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

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

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

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

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

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