#8EBEC3

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

Shades of Botticelli #8EBEC3

Tints of Botticelli #8EBEC3

Color information

#8EBEC3 (or 0x8EBEC3) is unknown color: approx Botticelli. HEX triplet: 8E, BE and C3. RGB value is (142,190,195). Sum of RGB (Red+Green+Blue) = 142+190+195=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EBEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEC3 is #71413C. Grayscale: #B0B0B0. Windows color (decimal): -7422269 or 12828302. OLE color: 12828302.

HSL color Cylindrical-coordinate representation of color #8EBEC3: hue angle of 185.66º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EBEC3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142190195-
CMYK0.270.0300.24
HSL185.66º30.64%66.08%-
HSV(B)185.66º27.18%76.47%-
XYZ39.4246.5258.53-
YUV176.22138.6103.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=26.94%
G=36.05%
B=37.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421901950.270.0300.24185.6630.6466.08
Hex8EBEC31B3018ba1f42
Octal21627630333303027237102
Binary100011101011111011000011110111101100010111010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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