#8ebcc3

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

Shades of Botticelli #8EBCC3

Tints of Botticelli #8EBCC3

Color information

#8EBCC3 (or 0x8EBCC3) is unknown color: approx Botticelli. HEX triplet: 8E, BC and C3. RGB value is (142,188,195). Sum of RGB (Red+Green+Blue) = 142+188+195=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EBCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCC3 is #71433C. Grayscale: #AEAEAE. Windows color (decimal): -7422781 or 12827790. OLE color: 12827790.

HSL color Cylindrical-coordinate representation of color #8EBCC3: hue angle of 187.92º 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 #8EBCC3 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142188195-
CMYK0.270.0400.24
HSL187.92º30.64%66.08%-
HSV(B)187.92º27.18%76.47%-
XYZ38.9945.6658.39-
YUV175.04139.26104.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=27.05%
G=35.81%
B=37.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421881950.270.0400.24187.9230.6466.08
Hex8EBCC31B4018bc1f42
Octal21627430333403027437102
Binary1000111010111100110000111101110001100010111100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ebcc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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