#8EB7C5

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

Shades of Botticelli #8EB7C5

Tints of Botticelli #8EB7C5

Color information

#8EB7C5 (or 0x8EB7C5) is unknown color: approx Botticelli. HEX triplet: 8E, B7 and C5. RGB value is (142,183,197). Sum of RGB (Red+Green+Blue) = 142+183+197=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EB7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB7C5 is #71483A. Grayscale: #ACACAC. Windows color (decimal): -7424059 or 12957582. OLE color: 12957582.

HSL color Cylindrical-coordinate representation of color #8EB7C5: hue angle of 195.27º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EB7C5 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB142183197-
CMYK0.280.0700.23
HSL195.27º32.16%66.47%-
HSV(B)195.27º27.92%77.25%-
XYZ38.1743.6559.24-
YUV172.34141.92106.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=27.20%
G=35.06%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421831970.280.0700.23195.2732.1666.47
Hex8EB7C51C7017c32042
Octal21626730534702730340102
Binary10001110101101111100010111100111010111110000111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,183,197); }

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

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

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

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

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

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

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