#8EBCC5

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

Shades of Botticelli #8EBCC5

Tints of Botticelli #8EBCC5

Color information

#8EBCC5 (or 0x8EBCC5) is unknown color: approx Botticelli. HEX triplet: 8E, BC and C5. RGB value is (142,188,197). Sum of RGB (Red+Green+Blue) = 142+188+197=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EBCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCC5 is #71433A. Grayscale: #AFAFAF. Windows color (decimal): -7422779 or 12958862. OLE color: 12958862.

HSL color Cylindrical-coordinate representation of color #8EBCC5: hue angle of 189.82º 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 #8EBCC5 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB142188197-
CMYK0.280.0500.23
HSL189.82º32.16%66.47%-
HSV(B)189.82º27.92%77.25%-
XYZ39.2245.7559.59-
YUV175.27140.26104.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=26.94%
G=35.67%
B=37.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421881970.280.0500.23189.8232.1666.47
Hex8EBCC51C5017be2042
Octal21627430534502727640102
Binary10001110101111001100010111100101010111101111101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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